Author: jvanzyl Date: Tue Jan 10 11:05:36 2006 New Revision: 367736 URL: http://svn.apache.org/viewcvs?rev=367736&view=rev Log: o this shows that the model has the correct value here but the project isn't giving the proper value ... a step in the right direction.
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=367736&r1=367735&r2=367736&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:05:36 2006 @@ -31,6 +31,7 @@ <echo message="basedir:${basedir}" /> <echo message="sourceDirectory:${project.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"> <classpath refid="maven.compile.classpath"/> </taskdef>