[ 
http://jira.codehaus.org/browse/MOJO-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108831
 ] 

David Vicente commented on MOJO-899:
------------------------------------

HI,

i think the problem is : when you add this in the pom.xml of a plugin:
...
<build>
....
<plugins>
<plugin>
                                <artifactId>maven-plugin-plugin</artifactId>
                                <configuration>
                                        
<goalPrefix>dashboard-report</goalPrefix>
                                </configuration>
                        </plugin>
...
</plugins>
...
</build>
.... 

Maven does not resolve correctly the plugin prefix.

it's for that : mvn dashboard-report:dashboard doesn't work correctly.

i will remove this goalPrefix but before i must post a vote

> Missing mojo dependency
> -----------------------
>
>                 Key: MOJO-899
>                 URL: http://jira.codehaus.org/browse/MOJO-899
>             Project: Mojo
>          Issue Type: Bug
>          Components: dashboard
>            Reporter: Oscar Picasso
>            Assignee: David Vicente
>         Attachments: log-dashboard-report.txt
>
>
> With the snapshot 1.0-20070825.183730-14 we get error above with the 
> dashboard component.
> Note: both 2.0-beta-1 and 2.0-SNAPSHOT versions of the jdepend plugin itself 
> work fine when not used with the dashboard.
> [INFO] Error getting reports from the plugin 
> 'org.codehaus.mojo:jdepend-maven-plugin': Unable to find the mojo 
> 'org.codehaus.mojo:jdepend-maven-plugin:2.0-SNAPSHOT:generate' in the plugin 
> 'org.codehaus.mojo:jdepend-maven-plugin'
> Component descriptor cannot be found in the component repository: 
> org.apache.maven.plugin.Mojoorg.codehaus.mojo:jdepend-maven-plugin:2.0-SNAPSHOT:generate.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to