You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/01/13 13:01:19 UTC

svn commit: r1231042 - /incubator/npanday/trunk/dist/npanday-installer/pom.xml

Author: brett
Date: Fri Jan 13 13:01:19 2012
New Revision: 1231042

URL: http://svn.apache.org/viewvc?rev=1231042&view=rev
Log:
try again to remove log4net from copy-dependencies

Modified:
    incubator/npanday/trunk/dist/npanday-installer/pom.xml

Modified: incubator/npanday/trunk/dist/npanday-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-installer/pom.xml?rev=1231042&r1=1231041&r2=1231042&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-installer/pom.xml Fri Jan 13 13:01:19 2012
@@ -104,7 +104,7 @@
               <stripVersion>true</stripVersion>
               <!-- no way to strip this from the filename, so do it manually next -->
               <!-- TODO: make copy-dependencies support a pattern for filename: {artifactId}.{extension} -->
-              <excludeClassifiers>net-2.0</excludeClassifiers>
+              <excludeArtifactIds>log4net</excludeArtifactIds>
             </configuration>
             <goals>
               <goal>copy-dependencies</goal>