File tree 3 files changed +55
-0
lines changed
content/org/codehaus/plexus/plexus-pom 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ version=12
2
+ ok=3
3
+ ko=0
4
+ okFiles="plexus-12.pom plexus-12-site.xml plexus-12-source-release.zip"
5
+ koFiles=""
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
5
+ group-id=org.codehaus.plexus
6
+ artifact-id=plexus
7
+ version=12
8
+
9
+ # source information
10
+ source.scm.uri=scm:git:https://github.com/codehaus-plexus/plexus-pom.git
11
+ source.scm.tag=plexus-12
12
+
13
+ # build instructions
14
+ build-tool=mvn
15
+
16
+ # build environment information (simplified for reproducibility)
17
+ java.version=8
18
+ os.name=Unix
19
+
20
+ # Maven rebuild instructions and effective environment
21
+
22
+ # output
23
+
24
+ outputs.0.filename=plexus-12.pom
25
+ outputs.0.length=27377
26
+ outputs.0.checksums.sha512=2452ea932a15d5d55d9453090183bd8e706616f26c04b19726a39cc5dde485bb712c0efc94ddf8e66506c772c806b015e0ccd9bed32db148947edcca87d901e3
27
+
28
+ outputs.1.filename=plexus-12-site.xml
29
+ outputs.1.length=2842
30
+ outputs.1.checksums.sha512=3e039ba02b1549f6de6d436ac239dec32aa6e60bf13825ef095f224670c2469c82e957d9f27375f5933497c405305e00002fa7d9d726a94d4fe8f8b1c5352f90
31
+
32
+ outputs.2.filename=plexus-12-source-release.zip
33
+ outputs.2.length=27738
34
+ outputs.2.checksums.sha512=1fb32fc9e6b01812704b7a2180f837b20ad5625c56a4c660d455cc09ef241cd761a4fc787a5995e47a4324f845bfdbe45c81b2b7e7c7785312f6655da2c83cc7
Original file line number Diff line number Diff line change
1
+ groupId=org.codehaus.plexus
2
+ artifactId=plexus
3
+ display=${groupId}:${artifactId}
4
+ version=12
5
+
6
+ gitRepo=https://github.com/codehaus-plexus/${artifactId}-pom.git
7
+ gitTag=${artifactId}-${version}
8
+
9
+ tool=mvn
10
+ jdk=8
11
+ newline=lf
12
+
13
+ command="mvn -Pplexus-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
14
+ buildinfo=target/${artifactId}-${version}.buildinfo
15
+
16
+ issue=
You can’t perform that action at this time.
0 commit comments