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 20:06:48 UTC

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

Author: jvanzyl
Date: Tue Jan 10 11:06:45 2006
New Revision: 367737

URL: http://svn.apache.org/viewcvs?rev=367737&view=rev
Log:
another echo for good measure

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=367737&r1=367736&r2=367737&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 11:06:45 2006
@@ -30,6 +30,7 @@
 
                 <echo message="basedir:${basedir}" />
                 <echo message="sourceDirectory:${project.build.sourceDirectory}" />
+                <echo message="model.sourceDirectory:${project.model.build.sourceDirectory}" />                
                 <echo message="pom.build.directory=${project.build.directory}"/>
                 <echo message="pom.model.build.directory=${project.model.build.directory}"/>                
                 <taskdef name="test" classname="TestTask">