Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
3.3.0
-
None
-
None
Description
My English is not good, Sorry `(>﹏<)′
When I run "javadoc:fix" , I get an error .
I try debug .
In "AbstractFixJavadocMojo.java" LineNumber : 2945 .
I find a method named "getFullClirrGoal " . and in this return a string like "org.codehaus.mojo:clirr-maven-plugin:2.2.2:check"
I think the problem may be in the version "2.2.2" so i change it to "2.8" , and it`s work .
So I want to know is a bug or I made a mistake.
I put the log in attachment.