Class MvnProperties
java.lang.Object
org.jdrupes.builder.mvnrepo.MvnProperties
Additional properties used with maven repositories.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKey<String> The artifact id.static final PropertyKey<String> The group that the project's artifacts belong to. -
Method Summary
-
Field Details
-
GroupId
The group that the project's artifacts belong to. Defaults tonull. -
ArtifactId
The artifact id. Defaults tonull.
-