Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 414 Bytes

README-Maven.md

File metadata and controls

7 lines (4 loc) · 414 Bytes

You can read more about how to build Infinispan using Maven in the documentation: http://infinispan.org/docs/9.0.x/contributing/contributing.html 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.