MVN

io.github.zlika : reproducible-build-maven-plugin

Maven & Gradle

Oct 21, 2022
67 stars

Reproducible Build Maven Plugin · This Plug-In allows to generate byte-for-byte reproducible artifacts

<plugin>
    <groupId>io.github.zlika</groupId>
    <artifactId>reproducible-build-maven-plugin</artifactId>
    <version>0.16</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zlika : reproducible-build-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of io.github.zlika : reproducible-build-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.16
reproducible-build-maven-plugin-0.16
0.15
reproducible-build-maven-plugin-0.15
0.14
reproducible-build-maven-plugin-0.14
0.13
reproducible-build-maven-plugin-0.13
0.12
reproducible-build-maven-plugin-0.12
0.11
reproducible-build-maven-plugin-0.11
0.10
reproducible-build-maven-plugin-0.10
0.9
reproducible-build-maven-plugin-0.9
0.8
reproducible-build-maven-plugin-0.8
0.7
reproducible-build-maven-plugin-0.7
0.6
reproducible-build-maven-plugin-0.6
0.5.x
reproducible-build-maven-plugin-0.5.2
reproducible-build-maven-plugin-0.5.1
0.5
reproducible-build-maven-plugin-0.5
0.4
reproducible-build-maven-plugin-0.4
0.3
reproducible-build-maven-plugin-0.3
0.2
reproducible-build-maven-plugin-0.2
0.1
reproducible-build-maven-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.zlika</groupId>
    <artifactId>reproducible-build-maven-plugin</artifactId>
    <version>0.16</version>
</plugin>

Advertisement