It's not for plugin testing! I simply need to load the pom.xml in a plugin I'm working on to be able to read configurations for several maven projects specified by user.
MortenK franz see wrote: > > > > MortenK wrote: >> >> How can I load a pom.xml file from the filesystem into a MavenProject >> object? >> >> Morten >> > > Good day to you, MortenK, > > Is this for plugin testing? If it is, you may want to try and extend > org.apache.maven.plugin.testing.AbstractMojoTestCase which has > lookupMojo(...) for generating an instance of your mojo given a specified > pom.xml :-) > > Cheers, > Franz > -- View this message in context: http://www.nabble.com/MavenProject-from-pom.xml-tf2396491.html#a6712176 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
