ION Transformation API
Clone the ION Transformation API code repository.
git clone git@github.com:connexta/ion-transformation-api.git
Change to the root directory of the cloned ion-transformation-api repository. Run the following command:
mvn clean install
If during development the build fails for formatting violations:
You can check for formatting violations with the command:
mvn initialize spotless:check
You can fix formatting violations with the command:
mvn initialize spotless:apply