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