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=13
2
+ ok=3
3
+ ko=0
4
+ okFiles="plexus-13.pom plexus-13-site.xml plexus-13-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=13
8
+
9
+ # source information
10
+ source.scm.uri=scm:git:https://github.com/codehaus-plexus/plexus-pom.git
11
+ source.scm.tag=plexus-13
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-13.pom
25
+ outputs.0.length=27377
26
+ outputs.0.checksums.sha512=8859ba338c063fe920988a04985d8d64212545e16cf94043dc0ee44e76070a5bdf84b745ff967a99556e3b01dc639ecbbc24363b30f41a57f66ad0460423f089
27
+
28
+ outputs.1.filename=plexus-13-site.xml
29
+ outputs.1.length=2881
30
+ outputs.1.checksums.sha512=14450b3ee224e5e778bb5104c9bc3383b5da97e02a351160f47aac78be554094b742cb97b78ccd3f99ad5610522ba59c33f99b5387ba35ff9356cdf73b60221d
31
+
32
+ outputs.2.filename=plexus-13-source-release.zip
33
+ outputs.2.length=27744
34
+ outputs.2.checksums.sha512=d453aaf206f75bd8f342fe560c9a3a10d777aee42a2b0d50da693b297f9db98f66358d19114154474eee5afff737439c5a09d681224553ad33145cc68af4c185
Original file line number Diff line number Diff line change
1
+ groupId=org.codehaus.plexus
2
+ artifactId=plexus
3
+ display=${groupId}:${artifactId}
4
+ version=13
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