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 1639422 2014-11-13 18:08:07Z krosenvold $
 
 
| 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
                                            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.