Bug 520631: [SysML 1.4] SysML 1.4 job must provide a maven profile to be
build onto Papyrus Oxygen nightly
Actions
-add the property to throw the right profile
-modify the job to refglect this
Review
-mvn clean install -Pproduct -Declipse.targetrelease=oxygen.nightly
Change-Id: I29945edcfac7526d3d4e5ac8ea55a247e02c1bc5
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520126
Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml
index 5eac20f..db26e6a 100644
--- a/targetplatform/pom.xml
+++ b/targetplatform/pom.xml
@@ -25,6 +25,10 @@
<id>oxygen-nightly</id>
<activation>
<activeByDefault>false</activeByDefault>
+ <property>
+ <name>eclipse.targetrelease</name>
+ <value>oxygen.nightly</value>
+ </property>
</activation>
<modules>
<module>org.eclipse.papyrus.sysml14.targetplatform.oxygen.nightly</module>