There are 3 maven projects codename: root / parent modules condename-cli: command line interface jeff-maven-plugin: exampel maven plugin
Besides the jeff-maven-plugin, the codename-cli project has several maven plugins configured as examples:
- jacoco-maven-plugin
- pmd-maven-plugin
- spotbugs-maven-plugin
- versions-maven-plugin
- versions-maven-plugin
- spotless-maven-plugin
To build the project, navigate to the project directory and run the following command:
mvn clean install