You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/09/15 03:42:44 UTC

svn commit: r289129 - /jakarta/commons/proper/validator/trunk/maven.xml

Author: niallp
Date: Wed Sep 14 18:42:37 2005
New Revision: 289129

URL: http://svn.apache.org/viewcvs?rev=289129&view=rev
Log:
Correct maven build to include the NOTICE.txt in the source and binary distributions

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

Modified: jakarta/commons/proper/validator/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/maven.xml?rev=289129&r1=289128&r2=289129&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/maven.xml (original)
+++ jakarta/commons/proper/validator/trunk/maven.xml Wed Sep 14 18:42:37 2005
@@ -57,9 +57,27 @@
   </postGoal>
 
   <!-- ================================================================== -->
+  <!-- Copy into the binary distribution                                  -->
+  <!-- ================================================================== -->
+  <postGoal name="dist:prepare-bin-filesystem">
+
+    <!-- Copy the NOTICE -->
+    <copy todir="${maven.dist.bin.assembly.dir}">
+      <fileset file='${basedir}/NOTICE.txt'/>
+    </copy>
+
+  </postGoal>
+
+
+  <!-- ================================================================== -->
   <!-- Copy into the source distribution                                  -->
   <!-- ================================================================== -->
   <postGoal name="dist:prepare-src-filesystem">
+
+    <!-- Copy the NOTICE -->
+    <copy todir="${maven.dist.src.assembly.dir}">
+      <fileset file='${basedir}/NOTICE.txt'/>
+    </copy>
 
     <!-- Copy xdoc files -->
     <copy todir="${maven.dist.src.assembly.dir}/xdocs">



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