Class PomModuleDescriptorParser

java.lang.Object
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParser
All Implemented Interfaces:
ModuleDescriptorParser

public final class PomModuleDescriptorParser extends Object implements ModuleDescriptorParser
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. 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.