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

Packages that use ModuleSources
org.apache.maven.plugins.assembly.model   
 

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

Methods in org.apache.maven.plugins.assembly.model that return ModuleSources
 ModuleSources ModuleSet.getSources()
          Get When this is configured, the plugin will include the source files of the included modules from this set in the resulting assembly, according to the configuration.
 

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



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.