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 1401695 2012-10-24 14:01:38Z dennisl $

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

public static String getClassifier(Artifact artifact)

getProjectModules

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


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.