Sign in
eclipse
/
gerrit
/
rcptt
/
org.eclipse.rcptt
/
e08a70ed9ed91c7a145bfbd193f718fd87c7d1bc
/
.
/
build_runner.sh
blob: 48cb2501e4fdea16efcb89b902c8880a0f7b3517 [
file
] [
log
] [
blame
]
#!/bin/sh
export MAVEN_OPTS
=
"-Xms512m -Xmx756m -XX:MaxPermSize=256m"
OPTIONS
=
"-Dtycho.localArtifacts=ignore $@"
mvn clean verify
-
f releng
/
runner
/
pom
.
xml $OPTIONS
||
exit
105