You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In maven, we can use mvn -Pproduct package to choose the product properties for the product environment. Then how to do the same thing in sbt with xsbt-filter?
In maven, we can use
mvn -Pproduct packageto choose theproductproperties for the product environment. Then how to do the same thing in sbt with xsbt-filter?