Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created May 20, 2013 10:44
Show Gist options
  • Save jkremser/5611567 to your computer and use it in GitHub Desktop.
Save jkremser/5611567 to your computer and use it in GitHub Desktop.
maven - build only sub-tree of all modules
mvn install -pl B -am
And this will build B and the modules required by B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment