Skip to content

Install OAShield

Build the Project:

  1. Prerequisites:
    • Java 8 or later
    • Maven 3.6.0 or later
  2. Clone the repository:
Terminal window
git clone https://github.com/cognitivegears/oashield.git
  1. Build the generator project including the CLI jar:
Terminal window
cd oashield
mvn package -P build-cli-jar

This 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.