org.apache.maven.plugin.assembly.utils
Class ProjectUtils
java.lang.Object
org.apache.maven.plugin.assembly.utils.ProjectUtils
public final class ProjectUtils
- extends Object
- Version:
- $Id: ProjectUtils.java 1517906 2013-08-27 18:25:03Z 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 |
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.