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 2006/01/10 19:48:22 UTC

svn commit: r367726 - /maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml

Author: jvanzyl
Date: Tue Jan 10 10:48:20 2006
New Revision: 367726

URL: http://svn.apache.org/viewcvs?rev=367726&view=rev
Log:
o just adding an echo for ${project.build.directory} in part of trying to fix mng-1927, which
  appears to fixed in all places except inside the antrun configuration.


Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml?rev=367726&r1=367725&r2=367726&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/test5/pom.xml Tue Jan 10 10:48:20 2006
@@ -30,7 +30,7 @@
 
                 <echo message="basedir:${basedir}" />
                 <echo message="sourceDirectory:${project.build.sourceDirectory}" />
-
+                <echo message="pom.build.directory=${project.build.directory}"/>
                 <taskdef name="test" classname="TestTask">
                   <classpath refid="maven.compile.classpath"/>
                 </taskdef>