I have this classical project tree:
project
pom.xml
This pom.xml generates a full maven project with its own pom.xml like this:
project
pom.xml
generated-module
pom.xml
src
...
Is it possible to generate and buid this generated module with this simple command ?
mvn package