Author: niallp
Date: Thu Jul 19 20:16:55 2007
New Revision: 557857

URL: http://svn.apache.org/viewvc?view=rev&rev=557857
Log:
BEANUTILS-290 - Include the other jars in the m1 distribution

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

Modified: jakarta/commons/proper/beanutils/trunk/maven.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/maven.xml?view=diff&rev=557857&r1=557856&r2=557857
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/maven.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/maven.xml Thu Jul 19 20:16:55 2007
@@ -27,13 +27,13 @@
         </copy>
     </preGoal>
 
-    <preGoal name="jar:jar">
+    <postGoal name="jar:jar">
         <ant:ant antfile="build-other-jars.xml" target="other-jars">
             <property name="component.version" value="${pom.currentVersion}"/>
             <property name="build.home"        value="${maven.build.dir}"/>
             <property name="dist.home"         value="${maven.build.dir}"/>
         </ant:ant>
-    </preGoal>
+    </postGoal>
   
     <!-- ================================================================== -->
     <!-- Copy into the binary distribution                                  -->
@@ -44,6 +44,8 @@
          <copy todir="${maven.dist.bin.assembly.dir}">
              <fileset file="${basedir}/NOTICE.txt"/>
              <fileset file="${basedir}/RELEASE-NOTES.txt"/>
+             <fileset file="${maven.build.dir}/commons-beanutils-core*.jar"/>
+             <fileset 
file="${maven.build.dir}/commons-beanutils-bean-collections*.jar"/>
          </copy>
 
     </postGoal>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to