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(Artifact artifact)
           
static Set<MavenProject> getProjectModules(MavenProject project, List<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
                                            Artifact artifact)

getProjectModules

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


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