Package io.quarkus.bom.decomposer
Class Util
java.lang.Object
io.quarkus.bom.decomposer.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetScmOrigin(org.apache.maven.model.Model model) static StringgetScmTag(org.apache.maven.model.Model model) static org.apache.maven.model.Modelstatic org.eclipse.aether.artifact.ArtifactparentArtifact(org.apache.maven.model.Model model) static org.eclipse.aether.artifact.Artifactpom(org.eclipse.aether.artifact.Artifact artifact)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
pom
public static org.eclipse.aether.artifact.Artifact pom(org.eclipse.aether.artifact.Artifact artifact) -
model
- Throws:
BomDecomposerException
-
parentArtifact
public static org.eclipse.aether.artifact.Artifact parentArtifact(org.apache.maven.model.Model model) -
getScmOrigin
-
getScmTag
-