Class CoreProperties
java.lang.Object
org.jdrupes.builder.api.CoreProperties
General project properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKey<Path> The Build directory.static final PropertyKey<String> The Encoding of files in the project.static final PropertyKey<String> The version of the project. -
Method Summary
-
Field Details
-
BuildDirectory
The Build directory. Created artifacts should be put there. Defaults toPath"build". -
Encoding
The Encoding of files in the project. -
Version
The version of the project. Surprisingly, there is no agreed upon version type for Java (see e.g. "Version Comparison in Java"). Therefore the version is represented as a string with "0.0.0" as default.
-