From e0e7a01fd1171759b717b6fa2d863021306662b1 Mon Sep 17 00:00:00 2001 From: Alexander Diewald Date: Fri, 1 Feb 2019 10:55:06 +0100 Subject: [PATCH] By default, build both tooling and af3 On jenkins they will be build separately such that other build jobs can reuse the artifacts of the kernel build. Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by: Alexander Diewald --- bundles/pom.xml | 6 +++++ features/pom.xml | 66 ++++++++++++++++++++++++++---------------------- 2 files changed, 42 insertions(+), 30 deletions(-) diff --git a/bundles/pom.xml b/bundles/pom.xml index e18fc5e..36e1e22 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -113,6 +113,9 @@ tooling + + true + kernel/org.fortiss.tooling.base kernel/org.fortiss.tooling.base.ui @@ -127,6 +130,9 @@ af3 + + true + af3/com.microsoft.z3 af3/eu.fbk.af3.tools.diagram diff --git a/features/pom.xml b/features/pom.xml index f963a3a..053a9ed 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -1,31 +1,37 @@ - - - 4.0.0 - org.fortiss.af3.features - pom - - - org.fortiss.af3 - org.fortiss.af3.root - 1.0.0-SNAPSHOT - ../pom.xml - - - - - af3 - - org.fortiss.af3.phoenix.feature - - - - tooling - - org.fortiss.tooling.feature - - - + + + 4.0.0 + org.fortiss.af3.features + pom + + + org.fortiss.af3 + org.fortiss.af3.root + 1.0.0-SNAPSHOT + ../pom.xml + + + + + af3 + + true + + + org.fortiss.af3.phoenix.feature + + + + tooling + + true + + + org.fortiss.tooling.feature + + + \ No newline at end of file -- GitLab