in the project org.apache.maven:maven-project (or maybe maven-model) sources
you will see that it is wrote using modello and in the generated classes you can see
an xpp3reader.

maybe this class is what you are searching for.

my 2 cents

Raphaël



Christopher Cobb a écrit :

I'm writing an m2 plugin.  I would like to examine the contents of an
arbitrary pom.xml file.  No, not the one for the current project.  Or one
that is one of its dependencies.  I want to look at the one over there.



I could certainly use my favorite xml library.  But what is the most maven
friendly way to look at an xml file, specifically a pom.xml.






-----------------------------------------
Attention:
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity. The information
contained in this message and or attachments is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.  If you received this in error, please
contact the sender and delete the material from any system and destroy
any copies.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to