sonatype-nexus-community / nexus-blobstore-google-cloud

Nexus Repository Manager Blobstore backed by Google Cloud Storage
https://help.sonatype.com/en/configuring-blob-stores.html#google-cloud-blob-store
Eclipse Public License 1.0
39 stars 16 forks source link

activate Reproducible Builds #113

Closed hboutemy closed 2 years ago

hboutemy commented 2 years ago

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html

you can check how reproducible the build is with:

mvn clean install -DskipTests
mvn clean package -DskipTests artifact:compare

as put in comments, 2 artifacts are not yet reproducible because Karaf and ServiceMix Maven plugins still need fixes https://issues.apache.org/jira/browse/KARAF-7367 https://issues.apache.org/jira/browse/SM-5021

supercedes #112