public class BuildBase extends PluginConfiguration implements Serializable
Constructor and Description |
---|
BuildBase() |
Modifier and Type | Method and Description |
---|---|
void |
addResource(Resource resource)
Method addResource.
|
String |
getDefaultGoal()
Get the default goal (or phase in Maven 2) to execute when
none is specified for
the project.
|
List<Resource> |
getResources()
Method getResources.
|
void |
removeResource(Resource resource)
Method removeResource.
|
void |
setDefaultGoal(String defaultGoal)
Set the default goal (or phase in Maven 2) to execute when
none is specified for
the project.
|
void |
setResources(List<Resource> resources)
Set this element describes all of the classpath resources
such as properties
files associated with a project.
|
public void addResource(Resource resource)
resource
- public String getDefaultGoal()
public void removeResource(Resource resource)
resource
- public void setDefaultGoal(String defaultGoal)
defaultGoal
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.