Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Labels:None
-
Number of attachments :
Description
When using versions 1.49 of plugin.jelly, the maven-javadoc-plugin:register always fail because the prerequisite goal
javadoc:init is not stated.
So the properties are not initialized and the javadoc:check-needed
always fail.
I've just added the prereqs="javadoc:init" on goal maven-javadoc-plugin:register and everything works fine...
That's right.
I don't why nobody find this problem before.
It was introduced in the 1.44 two weeks ago.
I will correct it tonight or tomorrow