Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created November 29, 2024 15:32
Show Gist options
  • Save kthoms/d0463f8d3eb9220b21a2ba080c8700b1 to your computer and use it in GitHub Desktop.
Save kthoms/d0463f8d3eb9220b21a2ba080c8700b1 to your computer and use it in GitHub Desktop.
List distinct active profiles
mvn help:active-profiles |grep source: | sed -E 's/\(.*//' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment