fix openshift build

This commit is contained in:
Athou
2013-05-16 20:52:43 +02:00
parent 028844a3e3
commit 19600406bb
2 changed files with 1 additions and 2 deletions

View File

@@ -3,3 +3,4 @@
# your application. This script can be used to modify the Maven build
# arguments for non-CI/Jenkins builds by exporting MAVEN_ARGS. The default
# is "clean package -Popenshift -DskipTests"
export MAVEN_ARGS="clean package -Popenshift -Pprod -DskipTests"

View File

@@ -402,8 +402,6 @@
<id>openshift</id>
<properties>
<jpa.datasource.name>java:jboss/datasources/MysqlDS</jpa.datasource.name>
<jpa.show_sql>false</jpa.show_sql>
<production>true</production>
<jpa.dialect>com.commafeed.backend.MySQL5Dialect</jpa.dialect>
</properties>
<build>