Skip to content

Commit

Permalink
Add note about valid Java package name for groupID (#978)
Browse files Browse the repository at this point in the history
CQDOC-18946
  • Loading branch information
bohnertchris authored and bpauli committed Aug 31, 2022
1 parent a646119 commit 55e552c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Name | Default | Description
`appTitle` | | Application title, will be used for website title and components groups (e.g. `"My Site"`).
`appId` | | Technical name, will be used for component, config and content folder names, as well as client library names (e.g. `"mysite"`).
`artifactId` | *`${appId}`* | Base Maven artifact ID (e.g. `"mysite"`).
`groupId` | | Base Maven group ID (e.g. `"com.mysite"`).
`groupId` | | Base Maven group ID (e.g. `"com.mysite"`). This value must be a [valid Java package name.](https://docs.oracle.com/javase/specs/jls/se6/html/packages.html#7.7)
`package` | *`${groupId}`* | Java Source Package (e.g. `"com.mysite"`).
`version` | `1.0-SNAPSHOT` | Project version (e.g. `1.0-SNAPSHOT`).
`aemVersion` | `cloud` | Target AEM version (can be `cloud` for [AEM as a Cloud Service](https://docs.adobe.com/content/help/en/experience-manager-cloud-service/landing/home.html); or `6.5.5` for [Adobe Managed Services](https://github.com/adobe/aem-project-archetype/tree/master/src/main/archetype/dispatcher.ams) or on-premise).
Expand Down

0 comments on commit 55e552c

Please sign in to comment.