| Interface | Description |
|---|---|
| Stripper |
Generic interface for stripping non-reproducible data.
|
| Class | Description |
|---|---|
| HelpMojo |
Display help information on reproducible-build-maven-plugin.
Call mvn reproducible-build:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| ManifestStripper |
Strips non-reproducible data from MANIFEST files.
|
| PatternFileNameFilter |
A pattern-based filename filter.
|
| PropertiesFileStripper |
Strips non-reproducible data from a properties file.
|
| SpringBootExecutableStripper |
Strips non-reproducible data from a JAR/WAR/ZIP file repackaged by
the spring-boot-maven-plugin plugin.
|
| StripJarMojo |
Fixes the produced artifacts (ZIP/JAR/WAR/EAR) to make the build reproducible.
|
| StripJaxbMojo |
Normalizes ObjectFactory java files generated by the JAXB xjc tool
and removes timestamps from JAXB generated files.
|
| TarBzStripper |
Stripper implementation for tar compressed with bz2.
|
| TarGzStripper |
Stripper implementation for support Tar compressed with gzip.
|
| TarStripper |
Strip Tar archives of file dates and users,groups informations that are not reproducible.
|
| ZipStripper |
Strips non-reproducible data from a ZIP file.
|
| Enum | Description |
|---|---|
| LineEndingsStripper |
Replace line endings by platform agnostic line endings.
|
Copyright © 2015–1970. All rights reserved.