if you depend on mave-model there should be an Xpp3 reader for maven pom files...
you'll probably need to add plexus-utils in order to use theXpp3 reader, but you should be ok with just those two dependencies -Stephen 2009/7/27 Lewis, Eric <[email protected]> > Hi > > Is there a way to read a POM from a Java class without having to write a > Maven plugin? I've written some plugins, but this should run outside the > Maven ecosystem :-) > If there is, it would most likely be some helper class which I could load > and use. > > Best regards, > Eric > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
