You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/11/25 00:24:55 UTC

svn commit: r720339 - /maven/components/branches/maven-2.1.x/build.xml

Author: jdcasey
Date: Mon Nov 24 15:24:55 2008
New Revision: 720339

URL: http://svn.apache.org/viewvc?rev=720339&view=rev
Log:
Adding feedback for temp maven.home setting.

Modified:
    maven/components/branches/maven-2.1.x/build.xml

Modified: maven/components/branches/maven-2.1.x/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/build.xml?rev=720339&r1=720338&r2=720339&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/build.xml (original)
+++ maven/components/branches/maven-2.1.x/build.xml Mon Nov 24 15:24:55 2008
@@ -251,6 +251,7 @@
   
   <target name="with-temp-maven-home">
     <property name="maven.home" value="${java.io.tmpdir}/maven"/>
+    <echo>Using temporary maven install directory: ${maven.home}</echo>
   </target>
   
 </project>