Pom.Builder |
Pom.Builder.artifactId(String artifactId) |
(experimental) The artifactId is generally the name that the project is known by.
|
static Pom.Builder |
Pom.Builder.create(Project project) |
|
Pom.Builder |
Pom.Builder.description(String description) |
(experimental) Description of a project is always good.
|
Pom.Builder |
Pom.Builder.groupId(String groupId) |
(experimental) This is generally unique amongst an organization or a project.
|
Pom.Builder |
Pom.Builder.packaging(String packaging) |
(experimental) Project packaging format.
|
Pom.Builder |
Pom.Builder.parentPom(ParentPom parentPom) |
(experimental) A Parent Pom can be used to have a child project inherit properties/plugins/ect in order to reduce duplication and keep standards across a large amount of repos.
|
Pom.Builder |
Pom.Builder.url(String url) |
(experimental) The URL, like the name, is not required.
|
Pom.Builder |
Pom.Builder.version(String version) |
(experimental) This is the last piece of the naming puzzle.
|