| java.lang.Object org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParser
PomModuleDescriptorParser | final public class PomModuleDescriptorParser implements ModuleDescriptorParser(Code) | | A parser for Maven 2 POM.
The configurations used in the generated module descriptor mimics the behavior defined by maven 2
scopes, as documented here:
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
The PomModuleDescriptorParser use a PomDomReader to read the pom, and the
PomModuleDescriptorBuilder to write the ivy module descriptor using the info read by the
PomDomReader.
|
|
|