Re: Resolving a MavenProject from an Artifact

2014-10-22 Thread Robert Scholte
Hi Simon, could you please ask the users mailing list first for these kind of questions? The dev list is meant for developers working on Maven itself. thanks, Robert Op Tue, 21 Oct 2014 16:46:39 +0200 schreef Simon Taddiken : Hi Guys, I'm new to developing Maven Plugins. For my current

Resolving a MavenProject from an Artifact

2014-10-21 Thread Simon Taddiken
Hi Guys, I'm new to developing Maven Plugins. For my current project I need to find MavenProject instances for an arbitrary Artifact instance so I can access all the meta-data stored in the project. I guess this has something to do with the ArtifactRepository interface but I could not find an