java.io.SerializableBuildpublic class BuildBase extends PluginConfiguration implements java.io.Serializable
| Constructor | Description |
|---|---|
BuildBase() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addFilter(java.lang.String string) |
Method addFilter.
|
void |
addResource(Resource resource) |
Method addResource.
|
void |
addTestResource(Resource resource) |
Method addTestResource.
|
java.lang.String |
getDefaultGoal() |
Get the default goal (or phase in Maven 2) to execute when
none is specified for
the project.
|
java.lang.String |
getDirectory() |
Get the directory where all files generated by the build are
placed.
|
java.util.List<java.lang.String> |
getFilters() |
Method getFilters.
|
java.lang.String |
getFinalName() |
Get the filename (excluding the extension, and with no path
information) that
the produced artifact will be called.
|
java.util.List<Resource> |
getResources() |
Method getResources.
|
java.util.List<Resource> |
getTestResources() |
Method getTestResources.
|
void |
removeFilter(java.lang.String string) |
Method removeFilter.
|
void |
removeResource(Resource resource) |
Method removeResource.
|
void |
removeTestResource(Resource resource) |
Method removeTestResource.
|
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 |
setDirectory(java.lang.String directory) |
Set the directory where all files generated by the build are
placed.
|
void |
setFilters(java.util.List<java.lang.String> filters) |
Set the list of filter properties files that are used when
filtering is enabled.
|
void |
setFinalName(java.lang.String finalName) |
Set the filename (excluding the extension, and with no path
information) that
the produced artifact will be called.
|
void |
setResources(java.util.List<Resource> resources) |
Set this element describes all of the classpath resources
such as properties
files associated with a project.
|
void |
setTestResources(java.util.List<Resource> testResources) |
Set this element describes all of the classpath resources
such as properties
files associated with a project's unit tests.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPluginManagement, setPluginManagementaddPlugin, flushPluginMap, getPlugins, getPluginsAsMap, removePlugin, setPluginspublic void addFilter(java.lang.String string)
string - public void addResource(Resource resource)
resource - public void addTestResource(Resource resource)
resource - public java.lang.String getDefaultGoal()
public java.lang.String getDirectory()
public java.util.List<java.lang.String> getFilters()
public java.lang.String getFinalName()
${artifactId}-${version}.public java.util.List<Resource> getResources()
public java.util.List<Resource> getTestResources()
public void removeFilter(java.lang.String string)
string - public void removeResource(Resource resource)
resource - public void removeTestResource(Resource resource)
resource - public void setDefaultGoal(java.lang.String defaultGoal)
defaultGoal - public void setDirectory(java.lang.String directory)
directory - public void setFilters(java.util.List<java.lang.String> filters)
filters - public void setFinalName(java.lang.String finalName)
${artifactId}-${version}.finalName - public void setResources(java.util.List<Resource> resources)
resources - public void setTestResources(java.util.List<Resource> testResources)
testResources -