Package fr.brouillard.oss.jgitver
Class JGitverModelProcessor
- java.lang.Object
-
- org.apache.maven.model.building.DefaultModelProcessor
-
- fr.brouillard.oss.jgitver.JGitverModelProcessor
-
- All Implemented Interfaces:
org.apache.maven.model.building.ModelProcessor,org.apache.maven.model.io.ModelReader,org.apache.maven.model.locator.ModelLocator
@Component(role=org.apache.maven.model.building.ModelProcessor.class) public class JGitverModelProcessor extends org.apache.maven.model.building.DefaultModelProcessorReplacement ModelProcessor using jgitver while loading POMs in order to adapt versions.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFLATTEN_MAVEN_PLUGINstatic StringORG_CODEHAUS_MOJO
-
Constructor Summary
Constructors Constructor Description JGitverModelProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Modelread(File input, Map<String,?> options)org.apache.maven.model.Modelread(InputStream input, Map<String,?> options)org.apache.maven.model.Modelread(Reader input, Map<String,?> options)
-
-
-
Field Detail
-
FLATTEN_MAVEN_PLUGIN
public static final String FLATTEN_MAVEN_PLUGIN
- See Also:
- Constant Field Values
-
ORG_CODEHAUS_MOJO
public static final String ORG_CODEHAUS_MOJO
- See Also:
- Constant Field Values
-
-
Method Detail
-
read
public org.apache.maven.model.Model read(File input, Map<String,?> options) throws IOException
- Specified by:
readin interfaceorg.apache.maven.model.io.ModelReader- Overrides:
readin classorg.apache.maven.model.building.DefaultModelProcessor- Throws:
IOException
-
read
public org.apache.maven.model.Model read(Reader input, Map<String,?> options) throws IOException
- Specified by:
readin interfaceorg.apache.maven.model.io.ModelReader- Overrides:
readin classorg.apache.maven.model.building.DefaultModelProcessor- Throws:
IOException
-
read
public org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException
- Specified by:
readin interfaceorg.apache.maven.model.io.ModelReader- Overrides:
readin classorg.apache.maven.model.building.DefaultModelProcessor- Throws:
IOException
-
-