File tree Expand file tree Collapse file tree
resources/commons-xdoc-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ Linux: uname -a
138138
139139To check that a build is reproducible, run:
140140
141+ # Verify using a JDK major version matching: @JAVA_VERSION@
142+ export TZ="@TIMEZONE@"
141143mvn clean verify artifact:compare -DskipTests -Dreference.repo=https://repository.apache.org/content/repositories/staging/ '-Dbuildinfo.ignore=*/*.spdx.json'
142144
143145Note that this excludes SPDX files from the check.
Original file line number Diff line number Diff line change 126126 <filter token =" TAGCOMMIT" value =" ${git.tag.commit}" />
127127 <filter token =" SITEURL" value =" ${svn.site.url}" />
128128 <filter token =" NEXUS_REPO_ID" value =" ${commons.nexus.repo.id}" />
129+ <filter token =" JAVA_VERSION" value =" ${java.version}" />
130+ <filter token =" TIMEZONE" value =" ${user.timezone}" />
129131 </filterset >
130132 </copy >
131133
You can’t perform that action at this time.
0 commit comments