On 01/16/2013 08:33 PM, Danny Schimke wrote: > Hi, > > for 3 years now I have no more experience with Maven. But today I got a > challenge. I have to resolve the projects dependencies and write those into > a file. There already a template file exists with placeholders where to > replace with the dependencies.
I had to solve a similar challenge. The maven-dependency-plugin's properties goal comes in handy - it adds the dependencies as system properties. I'm using a custom maven plugin to generate the template but I guess an ant task will do the job, too. -dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
