Class to hold other extension classes
| Type | Name and description |
|---|---|
java.lang.String |
projectGroupWhen publishing artifact, a group is needed. |
java.lang.String |
projectNamemodule name is infered from directory name. submodule name cannot be changed. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
When publishing artifact, a group is needed. Default group is taken from applicationId. This var customizes behavior. GroupId of artifacts is taken from here.
module name is infered from directory name. submodule name cannot be changed. So this var aims to customize module name if submodule directory name is not as good.