December 2014
Intermediate to advanced
298 pages
6h 22m
English
When defining coordinates for your Maven project, you must always follow the naming conventions.
The value of the groupId element should follow the same naming convention you use in Java package names. It has to be a domain name (the reverse of the domain name) that you own, or at least your project is developed under.
The following lists out some of the naming conventions related to groupId:
groupId element has to be in lower case.org.wso2.carbon.identity-core).Read now
Unlock full access