You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 05:16:19 UTC

[jira] Updated: (MNG-3683) [regression] Help plugin does not work

     [ http://jira.codehaus.org/browse/MNG-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3683:
------------------------------

    Fix Version/s: 3.0-alpha-3

> [regression] Help plugin does not work
> --------------------------------------
>
>                 Key: MNG-3683
>                 URL: http://jira.codehaus.org/browse/MNG-3683
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugin Requests
>            Reporter: Brett Porter
>            Assignee: Shane Isbell
>             Fix For: 3.0-alpha-3
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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 'org.apache.maven.plugin.MojoExecution@a2f216' 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