Skip to content

Commit

Permalink
openshift.io eclipse-che#3463: Adding workaround for OOM exception fo…
Browse files Browse the repository at this point in the history
…r building wildfly quickstart

openshift.io issue openshiftio/openshift.io#3463
  • Loading branch information
ibuziuk committed May 5, 2018
1 parent 9cc154c commit 4fb7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/fabric8-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"previewUrl": "",
"goal": "Build"
},
"commandLine": "scl enable rh-maven33 'mvn clean install -f ${current.project.path}'"
"commandLine": "MAVEN_OPTS='-Xmx100m' && scl enable rh-maven33 'mvn clean install -f ${current.project.path} -DskipTests=true'"
},
{
"name": "run",
Expand Down

0 comments on commit 4fb7c25

Please sign in to comment.