slipset / deps-deploy

deploy your stuff
Eclipse Public License 1.0
148 stars 31 forks source link

Support activating maven profiles activation via option #47

Open ieugen opened 2 years ago

ieugen commented 2 years ago

Maven has support for profiles https://maven.apache.org/guides/introduction/introduction-to-profiles.html .

maven-settings ns does not support this unfortunately.

IMO, a user should have the ability to specify extra active profiles in addition to the ones in settings.xml . https://maven.apache.org/guides/introduction/introduction-to-profiles.html#details-on-profile-activation

This will affect maven-settings/active-profiles and friends.

This is going to be a breaking change IMO. I can try to add new fn instead of changing the existing ones to mitigate api breakage.