From 0fa6d4dcec02a9066b6b7634d201a629a5a60434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Sun, 30 Mar 2025 19:56:45 +0200 Subject: [PATCH] Fix antrun for openwire-generate and allow (require) JDK8 for now --- activemq-client/pom.xml | 5 ++-- activemq-openwire-generator/pom.xml | 37 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 6b160eb9af9..efe9cd9c264 100644 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -318,6 +318,7 @@ + openwire-generate @@ -335,11 +336,11 @@ - + Running OpenWire Generator - + diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index aaad49e9eac..07fa8df5eac 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -28,6 +28,10 @@ activemq-openwire-generator ActiveMQ :: Openwire Generator + + 8 + + org.apache.groovy @@ -51,6 +55,39 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + 3.0.5 + + + + + + enforce-java-version + + enforce + + + + + [8,) + You must use Java 8 to build. + + + + + + maven-surefire-plugin