@Component(role=CombinationDefaultsManager.class) public class CombinationDefaultsManager extends Object
Constructor and Description |
---|
CombinationDefaultsManager() |
Modifier and Type | Method and Description |
---|---|
void |
setupDefaults(Combination combo,
org.apache.maven.project.MavenProject mavenProject)
Since maven does not set the default value from the
Parameter annotation any place other than top level parameters, this
function sets the default values for it. |
public void setupDefaults(Combination combo, org.apache.maven.project.MavenProject mavenProject)
Parameter
annotation any place other than top level parameters, this
function sets the default values for it.combo
- Combination
combo that will have default values set in its fieldsmavenProject
- MavenProject
object that was injected into the CombinerMojo
by mavenCopyright © 2014–2015. All rights reserved.