mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix openshift build
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
# your application. This script can be used to modify the Maven build
|
# your application. This script can be used to modify the Maven build
|
||||||
# arguments for non-CI/Jenkins builds by exporting MAVEN_ARGS. The default
|
# arguments for non-CI/Jenkins builds by exporting MAVEN_ARGS. The default
|
||||||
# is "clean package -Popenshift -DskipTests"
|
# is "clean package -Popenshift -DskipTests"
|
||||||
|
export MAVEN_ARGS="clean package -Popenshift -Pprod -DskipTests"
|
||||||
2
pom.xml
2
pom.xml
@@ -402,8 +402,6 @@
|
|||||||
<id>openshift</id>
|
<id>openshift</id>
|
||||||
<properties>
|
<properties>
|
||||||
<jpa.datasource.name>java:jboss/datasources/MysqlDS</jpa.datasource.name>
|
<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>
|
<jpa.dialect>com.commafeed.backend.MySQL5Dialect</jpa.dialect>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user