appengine-maven-plugin
appengine-maven-plugin copied to clipboard
-Drun.profiles ignored during mvn appengine:deploy
While running the following deploy command, the dev profile passed in via -Drun.profiles is ignored. Is there another approach that should be used to override the Spring profile during a deploy?
mvn -Drun.profiles=dev \
appengine:deploy \
-DskipTests \
-Dapp.deploy.project=$DEV_PROJECT_ID \
-Dapp.stage.appEngineDirectory=src/main/appengine/dev \
-Dapp.deploy.version=${GIT_SHA} \
-Dapp.deploy.stopPreviousVersion=true