Skip to content

Commit

Permalink
Merge pull request #234 from jvm-repo-rebuild/nexus-format-archetype-…
Browse files Browse the repository at this point in the history
…1.0.63

add nexus-format-archetype 1.0.63
  • Loading branch information
hboutemy authored Sep 26, 2024
2 parents 1adca61 + ca27506 commit 6d6da4a
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/sonatype-nexus-community/nexus-format-archetype.git](https://github.com/sonatype-nexus-community/nexus-format-archetype.git)

rebuilding **6 releases** of org.sonatype.nexus.archetypes:nexus-format-archetype:
- **6** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **7 releases** of org.sonatype.nexus.archetypes:nexus-format-archetype:
- **7** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 0 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.0.63](https://central.sonatype.com/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.63/pom) | | | |
| [1.0.63](https://central.sonatype.com/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.63/pom) | [mvn jdk8](nexus-format-archetype-1.0.63.buildspec) | [result](nexus-format-archetype-1.0.63.buildinfo): [2 :white_check_mark: ](nexus-format-archetype-1.0.63.buildcompare) | 69K |
| [1.0.62](https://central.sonatype.com/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.62/pom) | | | |
| [1.0.61](https://central.sonatype.com/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.61/pom) | [mvn jdk8](nexus-format-archetype-1.0.61.buildspec) | [result](nexus-format-archetype-1.0.61.buildinfo): [2 :white_check_mark: ](nexus-format-archetype-1.0.61.buildcompare) | 69K |
| [1.0.60](https://central.sonatype.com/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.60/pom) | [mvn jdk8](nexus-format-archetype-1.0.60.buildspec) | [result](nexus-format-archetype-1.0.60.buildinfo): [2 :white_check_mark: ](nexus-format-archetype-1.0.60.buildcompare) | 70K |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=1.0.63
ok=2
ko=0
ignored=0
okFiles="nexus-format-archetype-1.0.63.pom nexus-format-archetype-1.0.63.jar"
koFiles=""
ignoredFiles=""
reference_java_version="1.8 (from MANIFEST.MF Build-Jdk-Spec)"
reference_os_name="Unix (from pom.properties newline)"
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=Nexus Format Plugin Archetype
group-id=org.sonatype.nexus.archetypes
artifact-id=nexus-format-archetype
version=1.0.63

# source information
source.scm.uri=scm:git:https://github.com/sonatype-nexus-community/nexus-format-archetype.git
source.scm.tag=nexus-format-archetype-1.0.63

# build instructions
build-tool=mvn

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

# Maven rebuild instructions and effective environment

# output

outputs.0.groupId=org.sonatype.nexus.archetypes
outputs.0.filename=nexus-format-archetype-1.0.63.pom
outputs.0.length=9309
outputs.0.checksums.sha512=c98818989dda87a3c9fa6b86a46a4297ba6f289504e2b5e2adf10cae0c6213025d0a8f7d91e51e6f2e4889aebf0bdc905bae00e2aedf4b6f5b0afc88126ae9c5

outputs.1.groupId=org.sonatype.nexus.archetypes
outputs.1.filename=nexus-format-archetype-1.0.63.jar
outputs.1.length=60874
outputs.1.checksums.sha512=c3950e3532f12a9d31bda37ca3f626c0e0a169b24d4f0e71a56f7a8554dfbadefe813f7e2e60d5f812591c22fd2ce58f7df1b82a46b11c73d6cbeeeca3ec9afb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
groupId=org.sonatype.nexus.archetypes
artifactId=nexus-format-archetype
display=${groupId}:${artifactId}
version=1.0.63

gitRepo=https://github.com/sonatype-nexus-community/${artifactId}.git
gitTag=${artifactId}-${version}

tool=mvn
jdk=8
newline=lf

command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

issue=

0 comments on commit 6d6da4a

Please sign in to comment.