Class Util

java.lang.Object
io.quarkus.bom.decomposer.Util

public class Util extends Object
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • pom

      public static org.eclipse.aether.artifact.Artifact pom(org.eclipse.aether.artifact.Artifact artifact)
    • model

      public static org.apache.maven.model.Model model(File pom) throws BomDecomposerException
      Throws:
      BomDecomposerException
    • parentArtifact

      public static org.eclipse.aether.artifact.Artifact parentArtifact(org.apache.maven.model.Model model)
    • getScmOrigin

      public static String getScmOrigin(org.apache.maven.model.Model model)
    • getScmTag

      public static String getScmTag(org.apache.maven.model.Model model)