From 4129b70919db2782e9cb154eb149c6636c150af0 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Wed, 18 Dec 2024 09:36:14 +0100 Subject: [PATCH] Issue #191: Add option to build without Eclipse plugins - Adding `-Ddisable-build-eclipse-plugins` will skip the Eclipse plugins during the build --- pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 543ad8f7..11dfd58d 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ org.apache.uima ruta-maven-plugin - 3.4.1 + ${project.version} @@ -100,23 +100,11 @@ ruta-maven-plugin ruta-maven-archetype - - ruta-ep-parent - ruta-ep-engine - ruta-ep-ide - ruta-ep-ide-ui - ruta-ep-caseditor - ruta-ep-addons - ruta-ep-textruler - ruta-ep-core-ext - ruta-eclipse-feature - ruta-eclipse-update-site + example-projects/ruta-maven-example ruta-documentation - - example-projects/ruta-ep-example-extensions - example-projects/ruta-maven-example + @@ -160,6 +148,60 @@ + + build-eclipse-plugins + + + !disable-build-eclipse-plugins + + + + ruta-ep-parent + ruta-ep-engine + ruta-ep-ide + ruta-ep-ide-ui + ruta-ep-caseditor + ruta-ep-addons + ruta-ep-textruler + ruta-ep-core-ext + ruta-eclipse-feature + ruta-eclipse-update-site + example-projects/ruta-ep-example-extensions + + + + + org.apache.uima + ruta-ep-addons + ${project.version} + + + org.apache.uima + ruta-ep-caseditor + ${project.version} + + + org.apache.uima + ruta-ep-engine + ${project.version} + + + org.apache.uima + ruta-ep-ide + ${project.version} + + + org.apache.uima + ruta-ep-textruler + ${project.version} + + + org.apache.uima + ruta-ep-core-ext + ${project.version} + + + apache-release-rc-auto-staging-config