blob: 0f360d7c3a7f886b618d1639c48ba288aad55765 [file] [log] [blame]
#!/bin/sh
echo
CLIENT_SITE="http://ci.eclipse.org/osee/job/osee_dev_0.26.0/lastSuccessfulBuild/artifact/org.eclipse.osee/plugins/org.eclipse.osee.client.all.p2/target/repository/"
SERVER_STIE="http://ci.eclipse.org/osee/job/osee_dev_0.26.0/lastSuccessfulBuild/artifact/org.eclipse.osee/plugins/org.eclipse.osee.server.p2/target/repository/"
DEP_SITE="http://ci.eclipse.org/osee/view/OSEE_Developer/job/osee_dev_0.26.0/lastSuccessfulBuild/artifact/org.eclipse.osee/plugins/org.eclipse.osee.dep.p2/target/repository/"
echo "mvn clean verify -P-mirror-other-sites -V -B -Dosee-client-site=${CLIENT_SITE} -Dosee-server-site=${SERVER_SITE} -Dosee-dep-site=${DEP_SITE}"
mvn clean verify -P-mirror-other-sites -V -B -Dosee-client-site=${CLIENT_SITE} -Dosee-server-site=${SERVER_SITE} -Dosee-dep-site=${DEP_SITE}