Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3
-
None
Description
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
Attachments
Issue Links
- is related to
-
MPLUGIN-282 Remove the module maven-plugin-tools-ant
- Closed