This repository is a simple project demonstrating how to split a project into maven module.
> mvn package # with tests
> mvn package -DskipTests # without tests
> mvn install # with tests
> mvn install -DskipTests # without tests
> mvn install --non-recursive # only install the parent
> mvn install --projects greeting-app # only package and install greeting-app (requires the parent pom and greeting-components in the local .m2 repository)