Package org.wildfly.galleon.maven
Class ModuleXmlVersionResolver
- java.lang.Object
-
- org.wildfly.galleon.maven.ModuleXmlVersionResolver
-
public class ModuleXmlVersionResolver extends java.lang.Object- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description ModuleXmlVersionResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconvertModule(java.nio.file.Path file, java.nio.file.Path target, java.util.Map<java.lang.String,org.apache.maven.artifact.Artifact> artifacts, java.util.List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log)
-
-
-
Method Detail
-
convertModule
public static void convertModule(java.nio.file.Path file, java.nio.file.Path target, java.util.Map<java.lang.String,org.apache.maven.artifact.Artifact> artifacts, java.util.List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log) throws java.io.IOException, javax.xml.stream.XMLStreamException, org.apache.maven.plugin.MojoExecutionException- Throws:
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.apache.maven.plugin.MojoExecutionException
-
-