Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
explain build instructions vs effective environment + add source.used
· ba2f5616
Hervé Boutemy
authored
Jan 15, 2019
and
Arnout Engelen
committed
Jan 21, 2019
ba2f5616
added build.setup optional field
· 6c011207
Hervé Boutemy
authored
Jan 21, 2019
and
Arnout Engelen
committed
Jan 21, 2019
6c011207
Hide whitespace changes
Inline
Side-by-side
_docs/jvm.md
View file @
6c011207
...
...
@@ -44,12 +44,17 @@ source.url=<url where to download official source tarball>
source.scm.uri=<source control management url as in pom.xml>
source.scm.tag=<source control management tag as in pom.xml>
# build environment information
# build instructions
build-tool=<mvn|sbt|...>
build.setup=<optional url of documentation explaining specific additional setup when necessary: will be enhanced in a future buildinfo format version>
# effective build environment information
java.version=<full Java version>
os.name=<Operating system name>
build-tool=<mvn|sbt|...
>
source.used=<artifact|url|scm, depending on which has been used for the build
>
# Each build tool or plugin is free to add additional entries to the buildinfo.
# Each build tool or plugin is free to add additional entries to the buildinfo,
# both for build instructions and effective build environment.
# For example, the sbt plugin may add the following for Scala:
sbt.version=1.2.3
scala.version=2.12.6
...
...