Building Siddhi 4.x Repos¶
Building Java Repos¶
Prerequisites¶
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 installfrom 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. |