You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/09/30 14:55:51 UTC

[jira] Created: (MNG-88) m2 -g shows no goals

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-88

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-88
    Summary: m2 -g shows no goals
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: 
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:55 AM
    Updated: Thu, 30 Sep 2004 8:55 AM

Description:
The 'm2 -g' command will not display any goals. The reason is that the DefaultPluginManager never tries to load any plugins.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MNG-88) m2 -g shows no goals

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Trygve Laugstol
    Created: Sun, 3 Oct 2004 1:46 PM
       Body:
This is because maven doesn't have a list of all the installed plugins yet. When executing

 m2 plugin:goal 

it will try to download the artifact called 

  /maven/plugins/maven-${plugin}-1.0-SNAPSHOT.jar

after the artifact is downloaded it will discover any plugins inside it and then execute the goal.

Maven will eventually have some form of list of all plugins.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-88?page=comments#action_24873

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-88

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-88
    Summary: m2 -g shows no goals
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: 
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:55 AM
    Updated: Sun, 3 Oct 2004 1:46 PM

Description:
The 'm2 -g' command will not display any goals. The reason is that the DefaultPluginManager never tries to load any plugins.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira