Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 757 Bytes

README-Build.md

File metadata and controls

17 lines (11 loc) · 757 Bytes

You can read more about how to build Infinispan in the documentation:

link:https://infinispan.org/docs/dev/titles/contributing/contributing.html[Infinispan Contributor's Guide]

Provided you already have the correct versions of Java and Maven installed, you can get started right away. For convenience you can use the provided maven-settings.xml file which enables all additional repositories required for building Infinispan:

mvn -s maven-settings.xml clean install

or use the provided build.sh or build.bat depending on your platform of choice.

Available profiles

  • distribution Builds the full distribution
  • java8-test Runs the testsuite using a Java 8 installation (the JAVA8_HOME environment variable must point to it)