blob: 8b0fc9e9d831eb588531f20a8b6c595f6030145c [file] [log] [blame]
#!/bin/sh
#*******************************************************************************
# Copyright (c) 2009, 2016 Xored Software Inc and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Xored Software Inc - initial API and implementation and/or initial documentation
#*******************************************************************************
export MAVEN_OPTS="-Xms512m -Xmx756m -XX:MaxPermSize=256m"
OPTIONS="-Dtycho.localArtifacts=ignore $@"
mvn clean verify -f releng/runner/pom.xml $OPTIONS || exit 105