Am 26.06.2011 16:07, schrieb Asmann, Roland:
> I am trying to read a pom.xml and instantiate it as a MavenProject for 
> testing.

You also might want to have a look at

http://maven.apache.org/shared/maven-invoker/

http://maven.apache.org/plugins/maven-invoker-plugin/

http://maven.apache.org/ref/3.0.3/maven-embedder/

I use maven invoker plugin to instantiate poms for testing purposes, and
it works great. Depending on your needs, maven-invoker and
maven-embedder might be better for your case.

AFAIK, the approach you currently follow using Xpp3Reader will give you
a static XML-like model of the pom's xml text (think JAXB or JDOM), but
this is far from a fully initialized maven project.

Best regards

Ansgar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to