You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/01/19 23:19:34 UTC

svn commit: r613472 - /maven/artifact/trunk/pom.xml

Author: jvanzyl
Date: Sat Jan 19 14:19:34 2008
New Revision: 613472

URL: http://svn.apache.org/viewvc?rev=613472&view=rev
Log:
o Make sure the retrotranslated JAR is the only JAR for now

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=613472&r1=613471&r2=613472&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Sat Jan 19 14:19:34 2008
@@ -154,6 +154,7 @@
             </goals>
             <configuration>
               <embed>true</embed>
+              <replace>true</replace>
             </configuration>
           </execution>
         </executions>