help plugin does not work under Maven 2.1
-----------------------------------------

                 Key: MNG-3683
                 URL: http://jira.codehaus.org/browse/MNG-3683
             Project: Maven 2
          Issue Type: Bug
          Components: Plugin Requests
    Affects Versions: 2.1-alpha-1
            Reporter: Brett Porter


The following command:

mvn help:describe -Dplugin=site

Gives the error:

[ERROR] 

Maven encountered an error while configuring one of the mojos for your build.

Mojo:
Group-Id: org.apache.maven.plugins
Artifact-Id: maven-help-plugin
Version: 2.0.2
Mojo: describe
brought in via: Direct invocation

While building project:
Group-Id: org.apache.continuum
Artifact-Id: continuum-docs
Version: 1.2-SNAPSHOT
>From file: /Users/brett/scm/continuum/continuum/continuum-docs/pom.xml


Here is the configuration it attempted to apply to the mojo:<configuration>
  <artifactId>${artifactId}</artifactId>

  <full>${full}</full>

  <groupId>${groupId}</groupId>

  <localRepository>${localRepository}</localRepository>

  <medium>${medium}</medium>

  <mojo>${mojo}</mojo>

  <output>${output}</output>

  <plugin>${plugin}</plugin>

  <project>${project}</project>

  <session>${session}</session>

  <settings>${settings}</settings>

  <version>${version}</version>
</configuration>


Error 
message:org.codehaus.plexus.component.configurator.ComponentConfigurationException:
 Invalid parameter supplied while setting '[EMAIL PROTECTED]' to 
org.apache.maven.plugins.help.DescribeMojo.setMojo( java.lang.Class )




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to