December 2015
Beginner
184 pages
3h 55m
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 that your project is developed under.
The following list covers some of the groupId naming conventions:
groupId element has to be in lower case.org.wso2.carbon.identity-core).Read now
Unlock full access