All Projects → Zlika → reproducible-build-maven-plugin

Zlika / reproducible-build-maven-plugin

Licence: Apache-2.0 license
A simple Maven plugin to make your build byte-for-byte reproducible

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
shell
77523 projects

Projects that are alternatives of or similar to reproducible-build-maven-plugin

selenium BDD framework
Behavioural driven development UI automation framework using selenium, cucumber-java, testng, maven, phantomjs
Stars: ✭ 34 (-47.69%)
Mutual labels:  maven
maven-dependency-plugin
Apache Maven Dependency Plugin
Stars: ✭ 119 (+83.08%)
Mutual labels:  maven
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (+40%)
Mutual labels:  maven
CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (-40%)
Mutual labels:  maven
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (-47.69%)
Mutual labels:  maven
dependency-update-maven-plugin
A Maven plugin that creates merge requests for dependency updates.
Stars: ✭ 23 (-64.62%)
Mutual labels:  maven
mvn-jlink
Maven plugin to provide way to work with jlink tool in maven projects
Stars: ✭ 34 (-47.69%)
Mutual labels:  maven
library-booksystem
基于ssm的入门项目,图书在线管理系统。a library system.
Stars: ✭ 26 (-60%)
Mutual labels:  maven
plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Stars: ✭ 24 (-63.08%)
Mutual labels:  maven
maven-resource
Maven Repository Manager Concourse Resource
Stars: ✭ 22 (-66.15%)
Mutual labels:  maven
springboot-bbs
基于springboot的论坛系统,主要使用的技术有springboot+mybatis+redis+自定义分页,数据库为mysql,前端为bootstrap+jquery+html5
Stars: ✭ 49 (-24.62%)
Mutual labels:  maven
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-76.92%)
Mutual labels:  maven
atguigu ssm crud
Atguigu-SSM-CRUD 一个最基本的CRUD系统,采用IDEA+Maven搭建,具备前后端交互功能,前端采用BootStrap+Ajax异步请求DOM渲染,后端采用SpringMVC+MyBatis+Mysql8.0+Servlet+Jsp,符合REST风格URL规范,并加入了Hibernate提供的数据校验功能,支持PageHelper的分页功能,很适合SSM阶段性练习。同时用到了很多前端操作以及BootStrap组件,也有利于学习JS和前端框架。
Stars: ✭ 52 (-20%)
Mutual labels:  maven
restrict-imports-enforcer-rule
Maven enforcer rule that restricts usage of unwanted imports.
Stars: ✭ 59 (-9.23%)
Mutual labels:  maven
WorldGuardExtraFlagsPlugin
Extension for the WorldGuard plugin.
Stars: ✭ 47 (-27.69%)
Mutual labels:  maven
EasyGitianBuilder
🔨 Gitian Building made simpler on any Windows Debian/Ubuntu MacOS with Vagrant, lxc, and virtualbox
Stars: ✭ 18 (-72.31%)
Mutual labels:  reproducible-builds
kotlin-grpc-sample
Sample of a gRPC Kotlin service
Stars: ✭ 27 (-58.46%)
Mutual labels:  maven
maven-shade-plugin
Apache Maven Shade Plugin
Stars: ✭ 120 (+84.62%)
Mutual labels:  maven
SpringsScala
Sample Projects for Creating Springs Web services in Scala
Stars: ✭ 16 (-75.38%)
Mutual labels:  maven
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (-55.38%)
Mutual labels:  maven

reproducible-build-maven-plugin

Build Status Coverage Status Codacy Badge Maven Central

A Maven plugin to make your build byte-for-byte reproducible. Cf. http://zlika.github.io/reproducible-build-maven-plugin/

See also moot, a script that downloads given versions of Maven and the JDK and runs the build with them. This script helps fixing non-reproducibilities that cannot be fixed by the reproducible-build-maven-plugin.

Requirements

  • Java 8 or newer
  • Maven 3.0.0 or newer

How to compile

To compile the project and run its integration tests:

mvn clean install -Prun-its
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].