Hi,

I need to parse a POM to read its properties and data. Currently I am opening a MavenSession to do this and it works good. There are drawbacks, however:

1. If the file changes, I need to reopen a MavenSession to have the POM updated
2. Performance-wise


What would be the best way to do this? Perhaps using the same low-level API that the MavenSession uses?

Your tips are welcome - 10x



Reply via email to