Skip to content

Instantly share code, notes, and snippets.

@kthoms
Last active November 9, 2024 08:53
Show Gist options
  • Save kthoms/2977a47b24384407fd264e7586e9c402 to your computer and use it in GitHub Desktop.
Save kthoms/2977a47b24384407fd264e7586e9c402 to your computer and use it in GitHub Desktop.
Maven: list active profiles
mvn help:active-profiles | grep "source:" | awk '{print $2}' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment