Building Siddhi 5.0 Repos¶
Building Java Repos¶
Prerequisites¶
- Oracle JDK 8, OpenJDK 8, or JDK 11 (Java 8 should be used for building in order to support both Java 8 and Java 11 at runtime)
- Maven 3.5.x or later version
Steps to Build¶
-
Get a clone or download source from Github repo, E.g.
git clone https://github.com/siddhi-io/siddhi.git
-
Run the Maven command
mvn clean install
from the root directory
Command | Description |
---|---|
mvn clean install |
Build and install the artifacts into the local repository. |
mvn clean install -Dmaven.test.skip=true |
Build and install the artifacts into the local repository, without running any of the unit tests. |