Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vault-maven-plugin 1.1.5 #1087

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/com/homeofthewizard/vault-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

Source code: [https://github.com/homeofthewizard/vault-maven-plugin.git](https://github.com/homeofthewizard/vault-maven-plugin.git)

rebuilding **2 releases** of com.homeofthewizard:vault-maven-plugin:
rebuilding **3 releases** of com.homeofthewizard:vault-maven-plugin:
- **1** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 1 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
- 2 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):

| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | size |
| -- | --------- | ------ | -- |
| [1.1.7](https://central.sonatype.com/artifact/com.homeofthewizard/vault-maven-plugin/1.1.7/pom) | [mvn jdk11](vault-maven-plugin-1.1.7.buildspec) | [result](vault-maven-plugin-1.1.7.buildinfo): [3 :white_check_mark: ](vault-maven-plugin-1.1.7.buildcompare) | 83K |
| [1.1.6](https://central.sonatype.com/artifact/com.homeofthewizard/vault-maven-plugin/1.1.6/pom) | [mvn jdk11](vault-maven-plugin-1.1.6.buildspec) | [result](vault-maven-plugin-1.1.6.buildinfo): [2 :white_check_mark: 1 :warning:](vault-maven-plugin-1.1.6.buildcompare) | 82K |
| [1.1.5](https://central.sonatype.com/artifact/com.homeofthewizard/vault-maven-plugin/1.1.5/pom) | [mvn jdk11](vault-maven-plugin-1.1.5.buildspec) | [result](vault-maven-plugin-1.1.5.buildinfo): [1 :white_check_mark: 2 :warning:](vault-maven-plugin-1.1.5.buildcompare) | 82K |

<i>(size is calculated without javadoc, that has been excluded from reproducibility checks)</i>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version=1.1.5
ok=1
ko=2
ignored=0
okFiles="vault-maven-plugin-1.1.5.pom"
koFiles="vault-maven-plugin-1.1.5.jar vault-maven-plugin-1.1.5-sources.jar"
ignoredFiles=""
reference_java_version="11.0.8 (from MANIFEST.MF Build-Jdk)"
reference_os_name="Unix (from pom.properties newline)"
# diffoscope target/reference/com.homeofthewizard/vault-maven-plugin-1.1.5.jar target/vault-maven-plugin-1.1.5.jar
# diffoscope target/reference/com.homeofthewizard/vault-maven-plugin-1.1.5-sources.jar target/vault-maven-plugin-1.1.5-sources.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=Vault Maven Plugin
group-id=com.homeofthewizard
artifact-id=vault-maven-plugin
version=1.1.5

# source information
source.scm.uri=scm:git:git@github.com:homeofthewizard/vault-maven-plugin
source.scm.tag=vault-maven-plugin-1.1.5

# build instructions
build-tool=mvn

# build environment information (simplified for reproducibility)
java.version=11
os.name=Unix

# Maven rebuild instructions and effective environment

# output

outputs.0.groupId=com.homeofthewizard
outputs.0.filename=vault-maven-plugin-1.1.5.pom
outputs.0.length=24750
outputs.0.checksums.sha512=caddbf809967b73f66849ca0529f0e0c4a0c08f95c7a8150bb35346153f50b3bf4790ddbb5fc72a0cf8907ab19e87f7654b64e1d209fa140c314a68576c469d1

outputs.1.groupId=com.homeofthewizard
outputs.1.filename=vault-maven-plugin-1.1.5.jar
outputs.1.length=34616
outputs.1.checksums.sha512=beeec30d15c252bbc4ad1b40d44d91ca5d83ac1173316a411403f8973782c897e1b34f81c26c43c94e0c0a50a6fae3db0ff4ead6f45ff566562dcff6a42b09cc

outputs.2.groupId=com.homeofthewizard
outputs.2.filename=vault-maven-plugin-1.1.5-sources.jar
outputs.2.length=24335
outputs.2.checksums.sha512=c7f5fd8a394485340a973198a135e19256341febc33c4bf3b19df16e733066dc522e98ece5cf0bfd75d5018e80fb5c58bcc3b4eb494359054c58727fea2678b0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md

# Central Repository coordinates for the Reference release (for multi-module, pick an arbitrary module)
groupId=com.homeofthewizard
artifactId=vault-maven-plugin
version=1.1.5
# referenceRepo = https://my.company.com/repo if reference is not in Maven Central but company-private

display=${groupId}:${artifactId}

# Source code
gitRepo=https://github.com/homeofthewizard/${artifactId}.git
gitTag=${artifactId}-${version}
#sourceDistribution=https://archive.apache.org/dist/maven/scm/${artifactId}-${version}-source-release.zip
#sourcePath=${artifactId}-${version}
#sourceRmFiles=DEPENDENCIES LICENSE NOTICE

# Rebuild environment prerequisites
tool=mvn
# or tool=mvn-3.8.5 if default 3.6.3 version does not match your prerequisites (available version may be limited by images available on Dockerhub)
# or tool=gradle or tool=sbt
jdk=11
newline=lf
# crlf for Windows, lf for Unix
umask=022
#timezone="Etc/GMT"
#locale="en_US"

# Rebuild command
command="mvn -Papache-release,deploy clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"

# Location of the buildinfo file generated during rebuild (by artifact:compare for Maven) to record output fingerprints
buildinfo=target/${artifactId}-${version}.buildinfo

# if the release is finally not reproducible, link to an issue tracker entry if one was created or diffoscope result
#diffoscope=${artifactId}-${version}.diffoscope
issue=