[ http://jira.codehaus.org/browse/MNG-1236?page=comments#action_48953 ]
Brian Bonner commented on MNG-1236: ----------------------------------- Allan, I pulled down projecthelp from svn. (2.0-Beta-2-SNAPSHOT) and compiled it (mvn install). I ran our command again. It's certainly not the same, though still not what you're seeing. Is there a way to show what plugins I'm running that are generating these results that I can submit so we can compare? Thanks. C:\test1>mvn projecthelp:describe -Dplugin=org.apache.maven.p lugins:maven-eclipse-plugin [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'projecthelp'. [INFO] ------------------------------------------------------------------------- --- [INFO] Building Test SQL Webapp [INFO] task-segment: [projecthelp:describe] (aggregator-style) [INFO] ------------------------------------------------------------------------- --- [INFO] [projecthelp:describe] [INFO] Plugin: 'org.apache.maven.plugins:maven-eclipse-plugin:2.0-beta-2' ----------------------------------------------- Group Id: org.apache.maven.plugins Artifact Id: maven-eclipse-plugin Version: 2.0-beta-2 Goal Prefix: eclipse Description: Maven plugin parent [INFO] ------------------------------------------------------------------------- --- [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------- --- [INFO] Total time: 2 seconds [INFO] Finished at: Thu Oct 20 15:06:49 EDT 2005 [INFO] Final Memory: 2M/6M [INFO] ------------------------------------------------------------------------- --- > projecthelp plugin always returns TODO! for each mojo > ----------------------------------------------------- > > Key: MNG-1236 > URL: http://jira.codehaus.org/browse/MNG-1236 > Project: Maven 2 > Type: Bug > Components: maven-projecthelp-plugin > Versions: 2.0 (RC) > Environment: winxp sp2, java 1.4.2_08 > Reporter: Brian Bonner > > > Running: > m2 -e projecthelp:describe > -Dplugin=org.apache.maven.plugins:maven-eclipse-plugin > returns: > Group Id: org.apache.maven.plugins > Artifact Id: maven-eclipse-plugin > Version: 2.0-beta-2 > Goal Prefix: eclipse > Mojos: > ----------------------------------------------- > TODO! > ----------------------------------------------- > TODO! > ----------------------------------------------- > TODO! > ----------------------------------------------- > No matter what plugin I try, I always get TODO! > I think this is a bug. -- 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, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
