Class ProjectUtils


  • public final class ProjectUtils
    extends Object
    • Method Detail

      • getClassifier

        public static String getClassifier​(org.apache.maven.artifact.Artifact artifact)
      • getProjectModules

        public static Set<org.apache.maven.project.MavenProject> getProjectModules​(org.apache.maven.project.MavenProject project,
                                                                                   List<org.apache.maven.project.MavenProject> reactorProjects,
                                                                                   boolean includeSubModules,
                                                                                   org.slf4j.Logger logger)
                                                                            throws IOException
        Throws:
        IOException