/app

Primary LanguageJavaApache License 2.0Apache-2.0

App

Layout

  • app: Global parent POM with plugins management
  • app-quality: Archive containing code quality configuration
  • app-parent: Parent POM for Java project which inherits code quality and unit testing tools
  • app-lib: My Java library
  • app-main: My Java App

This is a Multimodule Maven Project structure inspired by the one suggested by Apache Maven Checkstyle Plugin and Apache Maven PMD Plugin.

Build

  • Run mvn clean package