appengine-maven-plugin icon indicating copy to clipboard operation
appengine-maven-plugin copied to clipboard

-Drun.profiles ignored during mvn appengine:deploy

Open mr-smithers-excellent opened this issue 8 years ago • 0 comments

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

mr-smithers-excellent avatar Nov 20 '17 16:11 mr-smithers-excellent