View Single Post
  (#7 (permalink)) Old
tvv2000 tvv2000 is offline
Member
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Apr 2008
Default 07-28-2008, 08:26 AM

Sorry I have made a mistake - maven ant tasks is really what I need. In build.xml I can declare reference to pom.xml
<artifactom id="pom" file="pom.xml" />
<artifact:dependencies pathId="test.class.path" useScope="test" pomRefId="pom"/>
Thanks
Reply With Quote