Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-01-31 12:53:53 +0000
committerGerrit Code Review @ Eclipse.org2017-02-02 10:17:44 +0000
commit3a57aae0750b09797fd46804fd2bb32ae3b20ecc (patch)
tree59016157f010f3a91c02a4b9f7d3155013b1260f /releng/Papyrus - Main tests.launch
parent7381385cfd217b385f4f5c168ed56a4012d1e7c8 (diff)
downloadorg.eclipse.papyrus-3a57aae0750b09797fd46804fd2bb32ae3b20ecc.tar.gz
org.eclipse.papyrus-3a57aae0750b09797fd46804fd2bb32ae3b20ecc.tar.xz
org.eclipse.papyrus-3a57aae0750b09797fd46804fd2bb32ae3b20ecc.zip
[releng] [oxygen] update maven launchers
Change-Id: Ic1718fda0f149a3600af2dacc549bc5cf883280b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/Papyrus - Main tests.launch')
-rw-r--r--releng/Papyrus - Main tests.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/Papyrus - Main tests.launch b/releng/Papyrus - Main tests.launch
index 5bdaf0d4789..4d6d0d3b311 100644
--- a/releng/Papyrus - Main tests.launch
+++ b/releng/Papyrus - Main tests.launch
@@ -4,7 +4,7 @@
<stringAttribute key="M2_GOALS" value="clean verify"/>
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
-<stringAttribute key="M2_PROFILES" value=""/>
+<stringAttribute key="M2_PROFILES" value="!generate-tests"/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="papyrus.repo.main=file:/${project_loc:releng}/main/site/target/repository"/>
<listEntry value="papyrus.repo.dev=file:/${project_loc:releng}/dev/site/target/repository"/>

Back to the top