diff --git a/README.md b/README.md index d14663a..51ef83f 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,18 @@ A common Maven Parent for all GDCC and IQSS Java projects: ``` +Aside from dependencies and plugin management, the Parent POM provides sane defaults for `` and the extended project information bits ``, ``, ``, ``, `` and ``. +You can always completely override them in a child project. + ## Important variables -| Maven Property | Description | -|----------------|-----------------------------------------------------| -| `jdk.version` | The minimum Java version a project can be used with | -| `skipUT` | Skip executing unit tests with Surefire | -| `skipIT` | Skip executing integration tests with Failsafe | +| Maven Property | Description | +|-----------------------|-----------------------------------------------------------| +| `jdk.version` | The minimum Java version a project can be used with | +| `skipUT` | Skip executing unit tests with Surefire | +| `skipIT` | Skip executing integration tests with Failsafe | +| `project.github.org` | Default `gdcc`, influencing project info | +| `project.github.repo` | Default `${project.artifactId}`, influencing project info | (There are more, docs to be done)