java.io.SerializableBuildpublic class BuildBase extends PluginConfiguration implements java.io.Serializable
| Constructor | Description |
|---|---|
BuildBase() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addResource(Resource resource) |
Method addResource.
|
java.lang.String |
getDefaultGoal() |
Get the default goal (or phase in Maven 2) to execute when
none is specified for
the project.
|
java.util.List<Resource> |
getResources() |
Method getResources.
|
void |
removeResource(Resource resource) |
Method removeResource.
|
void |
setDefaultGoal(java.lang.String defaultGoal) |
Set the default goal (or phase in Maven 2) to execute when
none is specified for
the project.
|
void |
setResources(java.util.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 java.lang.String getDefaultGoal()
public java.util.List<Resource> getResources()
public void removeResource(Resource resource)
resource - public void setDefaultGoal(java.lang.String defaultGoal)
defaultGoal - public void setResources(java.util.List<Resource> resources)
resources -