You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/10/24 12:55:55 UTC

svn commit: r829341 - /lucene/mahout/trunk/pom.xml

Author: gsingers
Date: Sat Oct 24 10:55:54 2009
New Revision: 829341

URL: http://svn.apache.org/viewvc?rev=829341&view=rev
Log:
move signing to release profile

Modified:
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=829341&r1=829340&r2=829341&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Sat Oct 24 10:55:54 2009
@@ -72,12 +72,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-              <descriptorRefs>
-                <descriptorRef>project</descriptorRef>
-              </descriptorRefs>
-              <tarLongFileMode>gnu</tarLongFileMode>
-            </configuration>
             <executions>
               <execution>
                 <id>make-assembly</id>
@@ -89,6 +83,9 @@
                   <!-- goals == mojos -->
                 </goals>
                 <configuration>
+                  <descriptorRefs>
+                    <descriptorRef>project</descriptorRef>
+                  </descriptorRefs>
                   <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
               </execution>