public class MavenBuildSettings extends BuildSettings
BuildSettings.| Modifier and Type | Class and Description |
|---|---|
static class |
MavenBuildSettings.Builder
Builder for a Maven dependency.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MavenBuildSettings(MavenBuildSettings.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return a human readable description of the project.
|
String |
getName()
Return a simple name for the project.
|
String |
getPackaging()
Return the
packaging to use or null to use the default jar
packaging. |
MavenParent |
getParent()
Return the
MavenParent to use or null if this project has no
parent. |
String |
getSourceDirectory()
Return the location of main source code.
|
String |
getTestSourceDirectory()
Return the location of test source code.
|
getArtifact, getGroup, getVersionprotected MavenBuildSettings(MavenBuildSettings.Builder builder)
public MavenParent getParent()
MavenParent to use or null if this project has no
parent.nullpublic String getPackaging()
packaging to use or null to use the default jar
packaging.public String getName()
nullpublic String getDescription()
nullpublic String getSourceDirectory()
${basedir}.null to use the defaultpublic String getTestSourceDirectory()
${basedir}.null to use the defaultCopyright © 2019 Pivotal Software, Inc.. All rights reserved.