Install OAShield
Build the Project:
- Prerequisites:
- Java 8 or later
- Maven 3.6.0 or later
- Clone the repository:
git clone https://github.com/cognitivegears/oashield.git- Build the generator project including the CLI jar:
cd oashield mvn package -P build-cli-jarThis will produce a JAR file oashield-cli.jar in the target directory.
OR Download the CLI Jar:
- Download the latest release of oashield-cli.jar from the Releases page.