Well my first shot at this is that you are embedding "artifact:pom" 
inside "artifact:dependencies".  The correct way is:

<!-- This loads the POM -->
<artifact:pom id="maven.project" file="pom.xml" />

<!-- This loads stuff from the POM -->
<artifact:dependencies pathId="dependency.classpath">
     <pom refid="maven.project" />
</artifact:dependencies>


-- 
View this message in context: 
http://www.nabble.com/setting-ant-attribute-with-value-from-pom-tp21042019p21049065.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