blob: 0b84f54c9f2f27ba68c72578b1535dd3fae25761 [file] [log] [blame]
Maven Build Instructions
========================
Build Project
-------------
mvn clean package -DskipTests
Build Binary Release
--------------------
Without LGPL dependencies (default):
mvn clean package -DskipTests
With LGPL dependencies:
mvn clean package -DskipTests -Prelease,lgpl
Look for ignite-fabric-<version>.zip in ./target directory.
JCache TCK compliance
======================
To test compliance with JCache TCK use:
mvn test -P-release,jcache-tck -pl :ignite-core -am
Apache RAT Instructions
=======================
To check license headers use:
mvn clean validate -Pcheck-licenses
For more information (e.g. exclude list) see "check-licenses" profile in pom.xml.