I don't know how this should work? I have a two lists with unlimited number on entries and each with version, artifact and goupid. How shall i define this as properties and reuse this in plugins config?I don't want to make each dependecy an explicit property. I need to access all of them as list, so i can build filesets for ant.
2013/11/20 Mark Prins <mc.pr...@gmail.com> > > > > 2013/11/20 Fabi <fabismai...@gmail.com> > >> We would like to read aspectj plugin ( >> http://mojo.codehaus.org/aspectj-maven-plugin/) <weaveDependencies> list >> and <aspectLibraries> list to be able to know how to instrumnet aspectj >> build in ant using dependency managment from maven >> How to resolve this? >> > > if you set them up as properties in the pom they would be accessible to > the antrun plugin. > Mark > > -- > Disclaimer; > This message is just a reflection of what I thought at the time of > sending. The message may contain information that is not intended for you > or that you don't understand. >