blob: 54dbf7265451330f84cfc43ba28d58d0307aa4b0 [file] [log] [blame]
Maven Build Instructions
========================
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.