Herve Boutemy created MPLUGIN-284:
-------------------------------------

             Summary: don't try to extract mojos from Beanshell by default
                 Key: MPLUGIN-284
                 URL: https://jira.codehaus.org/browse/MPLUGIN-284
             Project: Maven Plugin Tools
          Issue Type: Bug
          Components: Plugin Plugin
    Affects Versions: 3.3
            Reporter: Herve Boutemy
            Priority: Minor


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...
{noformat}[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.{noformat}

bsh shouldn't be active by default



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to