You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/02/05 03:10:12 UTC

svn commit: r618514 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Mon Feb  4 18:10:11 2008
New Revision: 618514

URL: http://svn.apache.org/viewvc?rev=618514&view=rev
Log:
Add phase to -sources.jar and -javadoc.jar generation (looks like this resolves the issue I had with Commons IO where the date/time on the jars in the binary distro were different from the signed versions for the maven repo)

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=618514&r1=618513&r2=618514&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Feb  4 18:10:11 2008
@@ -371,6 +371,7 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <phase>package</phase>
               </execution>
             </executions>
           </plugin>
@@ -389,6 +390,7 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <phase>package</phase>
                 <configuration>
                   <source>${maven.compile.source}</source>
                 </configuration>
@@ -439,6 +441,7 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <phase>package</phase>
               </execution>
             </executions>
           </plugin>
@@ -457,6 +460,7 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <phase>package</phase>
                 <configuration>
                   <source>${maven.compile.source}</source>
                 </configuration>