You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/08/11 23:33:20 UTC

svn commit: r684946 - /maven/components/branches/maven-2.0.10-RC/build.xml

Author: jvanzyl
Date: Mon Aug 11 14:33:20 2008
New Revision: 684946

URL: http://svn.apache.org/viewvc?rev=684946&view=rev
Log:
show where the assembly is being produced

Modified:
    maven/components/branches/maven-2.0.10-RC/build.xml

Modified: maven/components/branches/maven-2.0.10-RC/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/build.xml?rev=684946&r1=684945&r2=684946&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/build.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/build.xml Mon Aug 11 14:33:20 2008
@@ -59,6 +59,7 @@
     <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
     <property name="surefire.useFile" value="true"/>    
     <echo>maven.home = ${maven.home}</echo>
+    <echo>maven.assembly = ${maven.assembly}</echo>
   </target>
 
   <target name="clean-bootstrap" description="cleans up generated bootstrap classes">