- Maven, version 3+
- Java JDK 11
- This settings.xml in your /.m2 directory
$ mvn clean install
This will run any Castor conversions configured in the POM file. To run them manually, you can use the following example:
$ mvn generate-sources -Dcastor-jfree
Newly generated source files will be placed in the appropriate package in impl/src/main/java
based
on the directives in pom.xml
so that they can be checked into source control.