Re: Creating MavenProject within plugin

2006-11-10 Thread franz see
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Creating-MavenProject-within-plugin-tf2601500s177.html#a7275985 Sent from the Maven - Users mailing list archive at Nabble.com

Creating MavenProject within plugin

2006-11-09 Thread Jonas Olsson
Hi! This could be a no-no, but can I create a MavenProject object from a POM (other than the one executed) within my plugin? I've traversed the JavaDocs, but there is no obvious way (all methods require arguments I cannot provide, e.g. ProfileManager). /jonas

Re: Creating MavenProject within plugin

2006-11-09 Thread Maria Odea Ching
Hi Jonas, There's a MavenProjectStub class available in the maven-plugin-testing-harness if you're interested. But its basically used for plugin testing. I'm not sure if it would be useful for you, but you can take a look at it here: