Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Finkbeiner2015-10-23 14:12:18 +0000
committerAndrew M. Finkbeiner2015-10-23 22:00:00 +0000
commitcdacf95c7e869a6cfb026af4930b5716ba9485c6 (patch)
tree1e79274245a389492af2521a9914b12d5d51b783 /plugins/org.eclipse.osee.ote.parent/build.sh
parent1ca04e55c39eefd02db757b61b88d051ca25c099 (diff)
downloadorg.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.tar.gz
org.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.tar.xz
org.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.zip
feature: Remove OTE from main OSEE build
Diffstat (limited to 'plugins/org.eclipse.osee.ote.parent/build.sh')
-rw-r--r--plugins/org.eclipse.osee.ote.parent/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.parent/build.sh b/plugins/org.eclipse.osee.ote.parent/build.sh
new file mode 100644
index 00000000000..6689a5be316
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.parent/build.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+mvn clean verify -Dosee.base.p2=$1 \ No newline at end of file

Back to the top