Hi,

 I am using Maven Ant Task to call Maven Artifacts from Apache Ant (1.8).
The artifact:pom task is not able to load the maven pom file so its not
loading Maven pom.build.sourceDirectory and all the other POM parameters.
The Same was working fine with Apache Ant (1.7.1).

<artifact:pom id="maven.project" file="pom.xml" /> 
<echo>The Source directory is ${maven.project.build.sourceDirectory}</echo>

Any Help would be highly Appreciated.

Thanks.

-- 
View this message in context: 
http://old.nabble.com/Maven-Ant-Task-tp27620885p27620885.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to