Building Stargate from source
In order to build Stargate, you’ll need to have Java 8 (jdk8) installed.
In a terminal:
-
Clone the https://github.com/stargate/stargate repository:
git clone https://github.com/stargate/stargate
-
Navigate to the
stargate
directory.cd stargate
-
Build Stargate using the
mvnw
command../mvnw clean package