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 22:50:36 UTC

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

Author: jdcasey
Date: Tue Nov 25 13:50:35 2008
New Revision: 720618

URL: http://svn.apache.org/viewvc?rev=720618&view=rev
Log:
log statement...I'm trying to debug a resolver problem out on CI

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=720618&r1=720617&r2=720618&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/build.xml (original)
+++ maven/components/branches/maven-2.1.x/build.xml Tue Nov 25 13:50:35 2008
@@ -46,6 +46,7 @@
   
   <target name="initLocalRepo">
     <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
+    <echo>Using the local repository at: ${maven.repo.local}</echo>
   </target>
 
   <target name="isMavenHomeSet" depends="initTaskDefs">