On 5/12/17, 3:27 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Hi Alex, > >I think I miss-read the ant thing ... Sorry for that. But I got the >implementing Maven from the ability to process poms as this would require >that unless you add a direct dependency to Maven libraries, which I think >is also a bad idea ... That's what Maven plugins are used for. AFAICT, a pom.xml is simple XML. I was going to parse the XML looking for specific nodes. No need for Maven library dependencies, IMO. -Alex