Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-website
Compare revisions
12a8023b0943afa8b74c4ba8f0cac87be34ba858...4a7e0fedc42853c77186ae9f889559f6dbdb1c27
Commits (2)
added source.url, renamed source.artifact and source.scm
· 928c71ff
Hervé Boutemy
authored
Jan 13, 2019
928c71ff
source.scm -> source.scm.uri
· 4a7e0fed
Hervé Boutemy
authored
Jan 13, 2019
4a7e0fed
Hide whitespace changes
Inline
Side-by-side
_docs/jvm.md
View file @
4a7e0fed
...
...
@@ -38,10 +38,11 @@ group-id=<groupId as in pom.xml>
artifact-id=<artifactId as in pom.xml>
version=<version as in pom.xml>
# source information, as source tarball in repository and/or scm coordinates
source=<groupId>:<artifactId>:<version>:<classifier>:<extension>
scm=<source control management url as in pom.xml>
scm.tag=<source control management tag as in pom.xml>
# source information, as source tarball artifact in repository and/or url and/or scm coordinates
source.artifact=<groupId>:<artifactId>:<version>:<classifier>:<extension>
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
java.version=<full Java version>
...
...