org.apache.maven.plugin.assembly.utils
Class ProjectUtils

java.lang.Object
  extended by org.apache.maven.plugin.assembly.utils.ProjectUtils

public final class ProjectUtils
extends Object

Version:
$Id: ProjectUtils.java 1639422 2014-11-13 18:08:07Z krosenvold $

Method Summary
static String getClassifier(org.apache.maven.artifact.Artifact artifact)
           
static Set<org.apache.maven.project.MavenProject> getProjectModules(org.apache.maven.project.MavenProject project, List<org.apache.maven.project.MavenProject> reactorProjects, boolean includeSubModules, org.codehaus.plexus.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassifier

@Nullable
public static String getClassifier(@Nonnull
                                            org.apache.maven.artifact.Artifact artifact)

getProjectModules

@Nonnull
public static Set<org.apache.maven.project.MavenProject> getProjectModules(@Nonnull
                                                                                   org.apache.maven.project.MavenProject project,
                                                                                   @Nonnull
                                                                                   List<org.apache.maven.project.MavenProject> reactorProjects,
                                                                                   boolean includeSubModules,
                                                                                   @Nonnull
                                                                                   org.codehaus.plexus.logging.Logger logger)
                                                                    throws IOException
Throws:
IOException


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.