Re: Creating MavenProject within plugin

2006-11-10 Thread franz see
>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional

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: http://svn.apache.org/repos/asf/maven/shared/trunk/maven-plu

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 *