You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/31 12:09:24 UTC

svn commit: r179197 - /jakarta/commons/proper/digester/trunk/maven.xml

Author: skitching
Date: Tue May 31 03:09:22 2005
New Revision: 179197

URL: http://svn.apache.org/viewcvs?rev=179197&view=rev
Log:
Make -src.tar.gz and -src.zip unpack into a directory with suffix -src.

Modified:
    jakarta/commons/proper/digester/trunk/maven.xml

Modified: jakarta/commons/proper/digester/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/maven.xml?rev=179197&r1=179196&r2=179197&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/maven.xml (original)
+++ jakarta/commons/proper/digester/trunk/maven.xml Tue May 31 03:09:22 2005
@@ -67,6 +67,11 @@
     -  The source and binary distributions must also have the
     -  NOTICE.txt and RELEASE-NOTES.txt files in them, so here we
     -  copy those manually into the assembly directories.
+    -
+    -  And finally, by default the src build unpacks into a directory
+    -  name that is the same as the bin distribution. But traditionally
+    -  src distros from apache unpack into a -src directory, so we
+    -  arrange for that too.
     ================================================================== -->
   
   <preGoal name="dist:build-bin">
@@ -91,6 +96,10 @@
             <include name="RELEASE-NOTES.txt"/>
         </fileset>
     </copy>
+      
+    <move todir="${maven.dist.src.assembly.dir}-src">
+      <fileset dir="${maven.dist.src.assembly.dir}"/>
+    </move>
   </preGoal>
     
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org