Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.52 KB

README.adoc

File metadata and controls

43 lines (29 loc) · 1.52 KB
srcdeps for Maven

License Maven Central Travis CI build status AppVeyor Windows CI build status

A core library for building dependency artifacts from their sources during the build of the dependent project. srcdeps-core is used by srcdeps-maven and by srcdeps-gradle-plugin Contributions to support Ant and sbt are welcome!

How to build

Prerequisites:

  • Java 8

  • Optionally Maven 3.5.x unless you do not want to rely on the provided Maven Wrapper, a.k.a. mvnw

To build with tests on Linux

./mvnw clean install

On Windows

mvnw clean install

Misc.