Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The language parameter in AbstractPmdViolationCheckMojo should not be read-only. It should be possible to change it in case you have an artifact with a type of sources for which there is no artifact handler, i.e. javascript.
The IT PMD-205-pmd-js-check shows this. It currently fails under Maven 2.2.1, but works under Maven 3 due to MNG-5001.