This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new aaacc13c74 ARTEMIS-5566: remove unused and invalid pluginManagement
entry for jetty-maven-plugin
aaacc13c74 is described below
commit aaacc13c7433d4990a665fec8e130d6b4f55516c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Jul 3 11:39:49 2025 +0100
ARTEMIS-5566: remove unused and invalid pluginManagement entry for
jetty-maven-plugin
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index f0b546e148..47bc8e858b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -808,11 +808,6 @@
<artifactId>maven-sar-plugin</artifactId>
<version>1.0</version>
</plugin>
- <plugin>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <version>${jetty.version}</version>
- </plugin>
<plugin>
<groupId>org.wildfly.extras.batavia</groupId>
<artifactId>transformer-tools-mvn</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact