Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-12 16:55:06 +0000
committerCamille Letavernier2015-06-12 18:23:34 +0000
commit4e6983a4765fe73210b47a1c611cde50068efc9f (patch)
tree582465c1f21655f6d10d8d745c8d873f6b458154 /releng
parent3a8593104d6e35f1feabb98677af70112117d3ad (diff)
downloadorg.eclipse.papyrus-4e6983a4765fe73210b47a1c611cde50068efc9f.tar.gz
org.eclipse.papyrus-4e6983a4765fe73210b47a1c611cde50068efc9f.tar.xz
org.eclipse.papyrus-4e6983a4765fe73210b47a1c611cde50068efc9f.zip
469953: [Releng] Update the build to support a global POM
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 - Change the dependency management to use Features rather than IUs Change-Id: Id555fb2e1dfc36b18cda1ef1d93abe0d33acd012 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr> Reviewed-on: https://git.eclipse.org/r/50122
Diffstat (limited to 'releng')
-rw-r--r--releng/All.launch8
1 files changed, 6 insertions, 2 deletions
diff --git a/releng/All.launch b/releng/All.launch
index 28c1e8c2223..d607dfd167b 100644
--- a/releng/All.launch
+++ b/releng/All.launch
@@ -5,9 +5,13 @@
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
-<listAttribute key="M2_PROPERTIES"/>
+<listAttribute key="M2_PROPERTIES">
+<listEntry value="papyrus.repo.extra=http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/mars/extra"/>
+<listEntry value="papyrus.repo.main=http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/mars/main"/>
+<listEntry value="papyrus.repo.dev=https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/repository/"/>
+</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
-<booleanAttribute key="M2_SKIP_TESTS" value="true"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
<intAttribute key="M2_THREADS" value="1"/>
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
<stringAttribute key="M2_USER_SETTINGS" value=""/>

Back to the top