Skip to content

Instantly share code, notes, and snippets.

@dellermann
Last active December 10, 2015 08:38
Show Gist options
  • Save dellermann/4408625 to your computer and use it in GitHub Desktop.
Save dellermann/4408625 to your computer and use it in GitHub Desktop.
These are important Maven command lines.
# compute the effective POM
mvn help:effective-pom
# same, but without the dev profile
mvn -P'!dev' help:effective-pom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment