This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new d602fda008 Fix enforcer violation due to update to latest
maven-javadoc-plugin 3.10.0 (#2039)
d602fda008 is described below
commit d602fda008e2981081f38474eb05cb34809c4af1
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Sep 1 09:59:07 2024 -0400
Fix enforcer violation due to update to latest maven-javadoc-plugin 3.10.0
(#2039)
---
maven-plugins/java2wadl-plugin/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/maven-plugins/java2wadl-plugin/pom.xml
b/maven-plugins/java2wadl-plugin/pom.xml
index fdbf0e5a04..541a65d71e 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -124,6 +124,10 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-toolchain</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>