RE: retrieving path in local repository from within a plugin

2006-05-23 Thread Brian E. Fox
You can do exactly what you want with the dependency-maven-plugin. The docs are down on codehaus right now, but following is the .apt for the plugin: -- Maven 2 dependency Plugin -- How to use Brief examples on how to use the dependency goals. * Generic Plugin configuration informa

Re: retrieving path in local repository from within a plugin

2006-05-22 Thread Kenney Westerhof
On Mon, 22 May 2006, Detlef Pleiss wrote: Hi, Why don't you just specify that dependency in the plugin's pom? Or let the users specify it in a section in the section in their pom? There is a way to do this however, but it's strongly discouraged because it should be Maven's job to handle depend