AW: retrieving path in local repository from within a plugin

2006-05-23 Thread Detlef Pleiss
. -Ursprüngliche Nachricht- Von: Kenney Westerhof [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Mai 2006 17:17 An: Maven Developers List Betreff: Re: retrieving path in local repository from within a plugin On Mon, 22 May 2006, Detlef Pleiss wrote: Hi, Why don&#

RE: retrieving path in local repository from within a plugin

2006-05-23 Thread Brian E. Fox
ginal Message- From: Detlef Pleiss [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 9:37 AM To: dev@maven.apache.org Subject: retrieving path in local repository from within a plugin Hi, as the plugin developer list over at codehaus seems to be down, I hope to get an answer here: I want t

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

retrieving path in local repository from within a plugin

2006-05-22 Thread Detlef Pleiss
Hi, as the plugin developer list over at codehaus seems to be down, I hope to get an answer here: I want to get the full absolute path to some artifact in the local repository. So what I want is: input: groupId, artifactId, version output: absolute path to that artifact in local repository For re