[jboss-cvs] JBossAS SVN: r93878 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 21 19:09:24 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-21 19:09:24 -0400 (Mon, 21 Sep 2009)
New Revision: 93878

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Print dependency tree to document where the dependencies came from for every build

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-09-21 23:03:19 UTC (rev 93877)
+++ branches/JBPAPP_5_0/build/build.xml	2009-09-21 23:09:24 UTC (rev 93878)
@@ -1169,6 +1169,10 @@
 
       <maven basedir="${basedir}/../thirdparty" 
              options="${thirdparty.maven.opts}" 
+             goal="dependency:tree"/>
+
+      <maven basedir="${basedir}/../thirdparty" 
+             options="${thirdparty.maven.opts}" 
              goal="generate-resources"
              resultproperty="maven.thirdparty.result"/>
       
@@ -1189,6 +1193,10 @@
      <property name="maven.opts" value=""/>
      <property name="maven.install.opts" value="-Dintegrated-build ${maven.opts}"/>
 
+     <maven basedir="${basedir}/../thirdparty" 
+            options="${maven.install.opts}" 
+             goal="dependency:tree"/>
+
      <maven basedir="${basedir}/.." 
             options="${maven.install.opts}" 
             goal="install"




More information about the jboss-cvs-commits mailing list