Class PomParser

All Implemented Interfaces:
Constants, Registry, Report, Reporter, Closeable, AutoCloseable, Iterable<String>

public class PomParser extends Processor
Provides a way to parse a maven pom as properties. This provides most of the maven elements as properties. It also provides pom.scope.[compile|test|runtime|provided|system] properties that can be appended to the build and run path. That is, they are in the correct format for this.