-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 3.4
-
Component/s: Plugin Plugin
-
Labels:None
the documentation for Mojos written in Beanshell is written for a long time as if Beanshell extractor wasn't active by default: http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/beanshell-mojo.html
but Beanshell extractor is active by default...
[INFO] Applying mojo extractor for language: java [INFO] Mojo extractor for language: java found 4 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors. [INFO] Applying mojo extractor for language: java-annotations [INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
bsh shouldn't be active by default
- is related to
-
MPLUGIN-282 Remove the module maven-plugin-tools-ant
-
- Closed
-