| Package | Description |
|---|---|
| io.github.cdklabs.projen.java |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
Copyright © 2021. All rights reserved.