Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
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