Uses of Class
org.apache.maven.plugin.assembly.model.ModuleSources

Packages that use ModuleSources
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.model   
 

Uses of ModuleSources in org.apache.maven.plugin.assembly.archive.phase
 

Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type ModuleSources
protected  void ModuleSetAssemblyPhase.addModuleSourceFileSets(ModuleSources sources, Set<MavenProject> moduleProjects, Archiver archiver, AssemblerConfigurationSource configSource)
           
protected  FileSet ModuleSetAssemblyPhase.createFileSet(FileSet fileSet, ModuleSources sources, MavenProject moduleProject, AssemblerConfigurationSource configSource)
           
protected  boolean ModuleSetAssemblyPhase.isDeprecatedModuleSourcesConfigPresent(ModuleSources sources)
          Determine whether the deprecated file-set configuration directly within the ModuleSources object is present.
 

Uses of ModuleSources in org.apache.maven.plugin.assembly.model
 

Methods in org.apache.maven.plugin.assembly.model that return ModuleSources
 ModuleSources ModuleSet.getSources()
          Get when this is present, the plugin will include the source files of the included modules from this set in the resulting assembly.
 

Methods in org.apache.maven.plugin.assembly.model with parameters of type ModuleSources
 void ModuleSet.setSources(ModuleSources sources)
          Set when this is present, the plugin will include the source files of the included modules from this set in the resulting assembly.
 



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