Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-1
-
Fix Version/s: 2.0-alpha-4
-
Labels:None
-
Number of attachments :
Description
Since version 2.0.x the groupId of the jspc plugin is wrong, since it changed form org.codehaus.mojo to org.codehaus.mojo.jspc. As result the plugin prefix resolution fails (http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html; org.codehaus.mojo is defined in Maven as default) and it is no longer possible to call goals directly using jspc:XXX nor is it possible to use the help plugin with the plugin parameter:
mvn help:describe -Dplugin=jspc
(Actually you get here the help of the 1.x series).
This issue actually reverts MJSPC-29.
reverted groupId to org.codehaus.mojo.