File tree 3 files changed +71
-0
lines changed
content/org/codehaus/plexus/plexus-archiver
3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ version=4.10.0
2
+ ok=4
3
+ ko=0
4
+ ignored=0
5
+ okFiles="plexus-archiver-4.10.0.pom plexus-archiver-4.10.0.jar plexus-archiver-4.10.0-source-release.zip plexus-archiver-4.10.0-sources.jar"
6
+ koFiles=""
7
+ ignoredFiles=""
8
+ reference_java_version="22 (from MANIFEST.MF Build-Jdk-Spec)"
9
+ reference_os_name="Unix (from pom.properties newline)"
Original file line number Diff line number Diff line change
1
+ # https://reproducible-builds.org/docs/jvm/
2
+ buildinfo.version=1.0-SNAPSHOT
3
+
4
+ name=Plexus Archiver Component
5
+ group-id=org.codehaus.plexus
6
+ artifact-id=plexus-archiver
7
+ version=4.10.0
8
+
9
+ # source information
10
+ source.scm.uri=scm:git:https://github.com/codehaus-plexus/plexus-archiver.git
11
+ source.scm.tag=plexus-archiver-4.10.0
12
+
13
+ # build instructions
14
+ build-tool=mvn
15
+
16
+ # build environment information (simplified for reproducibility)
17
+ java.version=22
18
+ os.name=Unix
19
+
20
+ # Maven rebuild instructions and effective environment
21
+
22
+ # output
23
+
24
+ outputs.0.groupId=org.codehaus.plexus
25
+ outputs.0.filename=plexus-archiver-4.10.0.pom
26
+ outputs.0.length=5826
27
+ outputs.0.checksums.sha512=915641da080ba03f5d2d1f07940db33d033977f2a4d9386bdf983922f13329a803c5e69aedde9d7b1d1d235a69cbe628869e763bc1c12d649768124bb60bd625
28
+
29
+ outputs.1.groupId=org.codehaus.plexus
30
+ outputs.1.filename=plexus-archiver-4.10.0.jar
31
+ outputs.1.length=225201
32
+ outputs.1.checksums.sha512=55e3c7d84f18f7f044410f8731efc01362280bc6fd6a0f737ad944d1504263a90e7781d84a7fb1beaea44d7cc7fa5c25cd3ad85d2390db23a123aafcb57e410c
33
+
34
+ outputs.2.groupId=org.codehaus.plexus
35
+ outputs.2.filename=plexus-archiver-4.10.0-source-release.zip
36
+ outputs.2.length=485328
37
+ outputs.2.checksums.sha512=4941837dd020a0acececf2ecad02920ac13dbc9c083430500821435dc36e8dd2cc73ece7bafc93db35f36c78c582db95a55b6438f0a959617035f48e28501d50
38
+
39
+ outputs.3.groupId=org.codehaus.plexus
40
+ outputs.3.filename=plexus-archiver-4.10.0-sources.jar
41
+ outputs.3.length=183005
42
+ outputs.3.checksums.sha512=4d04822b824ff709db99f8da060a0abfd61ff1b56f189f2493faaaedec4b4aa3b7463fa401e277659af90deb57c169ec186226886bac69e0f8a757048b601f03
Original file line number Diff line number Diff line change
1
+ groupId=org.codehaus.plexus
2
+ artifactId=plexus-archiver
3
+ display=${groupId}:${artifactId}
4
+ version=4.10.0
5
+
6
+ gitRepo=https://github.com/codehaus-plexus/${artifactId}.git
7
+ gitTag=${artifactId}-${version}
8
+ sourceDistribution=https://repo.maven.apache.org/maven2/org/codehaus/plexus/${artifactId}/${version}/${artifactId}-${version}-source-release.zip
9
+ sourcePath=${artifactId}-${version}
10
+ sourceRmFiles=""
11
+
12
+ tool=mvn
13
+ jdk=22
14
+ newline=lf
15
+ umask=022
16
+
17
+ command="mvn -Pplexus-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
18
+ buildinfo=target/${artifactId}-${version}.buildinfo
19
+
20
+ issue=
You can’t perform that action at this time.
0 commit comments