| Apache Ignite Extensions Maven Build Instructions |
| ================================================ |
| |
| 1) Compile and install: |
| |
| mvn clean install |
| |
| |
| Maven Build Instructions For Released Apache Ignite Extension |
| ============================================================= |
| |
| NOTE: The release sources package of an Apache Ignite extension provides not only released module sources. The sources |
| of other modules from the package are development copy and should not be built. |
| |
| 1) Compile and install: |
| |
| mvn -pl modules/%MODULE_NAME% clean install |
| |
| where the %MODULE_NAME% is a released extension module name. |
| |
| Example: |
| |
| mvn -pl modules/spring-data-ext clean install |