Last active
November 9, 2024 08:53
-
-
Save kthoms/2977a47b24384407fd264e7586e9c402 to your computer and use it in GitHub Desktop.
Maven: list active profiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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