Skip to content

Commit

Permalink
put the setting in app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgao committed Aug 18, 2016
1 parent eff7eae commit 726de96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"MAVEN_CUSTOM_OPTS": {
"description":"set heroku profile for mvn",
"value":"-Pheroku,public -DskipTests -Ddb.user=cbio_user -Ddb.password=cbio_pass -Ddb.portal_db_name=public_test -Ddb.connection_string=jdbc:mysql://cbioportal-public.c1xhhbwn8izk.us-east-1.rds.amazonaws.com:3306/ -Ddb.host=cbioportal-public.c1xhhbwn8izk.us-east-1.rds.amazonaws.com"
"value":"-Pheroku,public -DskipTests -Ddb.user=cbio_user -Ddb.password=cbio_pass -Ddb.portal_db_name=public_test -Dtomcat.catalina.scope=runtime -Ddb.connection_string=jdbc:mysql://cbioportal-public.c1xhhbwn8izk.us-east-1.rds.amazonaws.com:3306/ -Ddb.host=cbioportal-public.c1xhhbwn8izk.us-east-1.rds.amazonaws.com"
}
},
"buildpacks": [
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
</profile>
<profile>
<id>heroku</id>
<properties>
<!--Our heroku instance uses jetty and therefore needs to include the tomcat lib-->
<tomcat.catalina.scope>runetime</tomcat.catalina.scope>
</properties>

<build>
<plugins>
Expand Down

0 comments on commit 726de96

Please sign in to comment.