Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enforcer violation due to update to latest maven-javadoc-plugin 3.10.0 #2039

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

reta
Copy link
Member

@reta reta commented Aug 31, 2024

Fix enforcer violation due to update to latest maven-javadoc-plugin 3.10.0:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven) on project cxf-coverage-report: 
[ERROR] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies failed with message:
[ERROR] org.apache.cxf:cxf-coverage-report:pom:4.1.0-SNAPSHOT
[ERROR]    org.apache.cxf:cxf-java2wadl-plugin:jar:4.1.0-SNAPSHOT
[ERROR]       org.apache.maven.plugins:maven-javadoc-plugin:jar:3.10.0
[ERROR]          org.apache.maven.doxia:doxia-site-renderer:jar:2.0.0-M19
[ERROR]             org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2
[ERROR]                javax.annotation:javax.annotation-api:jar:1.2 <--- banned via the exclude/include list
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can r

@reta reta merged commit d602fda into apache:main Sep 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant