|
|
|
@ -9,9 +9,9 @@ It also allows you to add an arbitrary number of additional properties, as shown |
|
|
|
include::../maven/build-info/pom.xml[tags=build-info] |
|
|
|
include::../maven/build-info/pom.xml[tags=build-info] |
|
|
|
---- |
|
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
This configuration will generate a `build-info.properties` at the expected location with four additional keys. |
|
|
|
This configuration will generate a `build-info.properties` at the expected location with three additional keys. |
|
|
|
|
|
|
|
|
|
|
|
NOTE: `maven.compiler.source` and `maven.compiler.target` are expected to be regular properties available in the project. |
|
|
|
NOTE: `java.version` is expected to be a regular property available in the project. |
|
|
|
They will be interpolated as you would expect. |
|
|
|
It will be interpolated as you would expect. |
|
|
|
|
|
|
|
|
|
|
|
include::goals/build-info.adoc[leveloffset=+1] |
|
|
|
include::goals/build-info.adoc[leveloffset=+1] |
|
|
|
|