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/07/18 20:20:26 UTC

[jira] Created: (MNG-27) There seem to be two plugin:install plugins

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-27
    Summary: There seem to be two plugin:install plugins
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sun, 18 Jul 2004 2:19 PM
    Updated: Sun, 18 Jul 2004 2:19 PM

Description:
The descriptors probably just need to be fixed.


---------------------------------------------------------------------
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-27) There seem to be two plugin:install plugins

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

     Author: Emmanuel Venisse
    Created: Mon, 19 Jul 2004 5:08 AM
       Body:
The two plugins (InstallMojo and PluginInstallMojo) doesn't have the same objective.

InstallMojo install the plugin into m2
PluginInstallMojo copy the plugin to the local repository

It's necessary to rename the goal name of InstallMojo to keep the convention naming (install goals copy artifact to local repo)

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-27?page=comments#action_21933

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-27
    Summary: There seem to be two plugin:install plugins
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sun, 18 Jul 2004 2:19 PM
    Updated: Mon, 19 Jul 2004 5:08 AM

Description:
The descriptors probably just need to be fixed.


---------------------------------------------------------------------
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] Closed: (MNG-27) There seem to be two plugin:install plugins

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-27?page=history ]
     
Brett Porter closed MNG-27:
---------------------------


> There seem to be two plugin:install plugins
> -------------------------------------------
>
>          Key: MNG-27
>          URL: http://jira.codehaus.org/browse/MNG-27
>      Project: m2
>         Type: Bug
>     Reporter: Jason van Zyl
>      Fix For: 1.0-alpha-1

>
>
> The descriptors probably just need to be fixed.

-- 
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] Resolved: (MNG-27) There seem to be two plugin:install plugins

Posted by ji...@codehaus.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: Michal Maczka
       Date: Fri, 23 Jul 2004 12:21 PM

I removed InstallPlugin class
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-27

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-27
    Summary: There seem to be two plugin:install plugins
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sun, 18 Jul 2004 2:19 PM
    Updated: Fri, 23 Jul 2004 12:21 PM

Description:
The descriptors probably just need to be fixed.


---------------------------------------------------------------------
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-27) There seem to be two plugin:install plugins

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

     Author: Trygve Laugstol
    Created: Mon, 19 Jul 2004 11:35 AM
       Body:
The InstallMojo was something I made to install a mojo into the local repo because I needed it promptly. I think Michal renamed the plugin to PluginSetupMojo because thats indeed a better name of the action itself and then added PluginInstallMojo that does what installation means in maven context; installing the plugin into the repo.

Michal: can the InstallMojo simply be nuked?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-27?page=comments#action_21943

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-27
    Summary: There seem to be two plugin:install plugins
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sun, 18 Jul 2004 2:19 PM
    Updated: Mon, 19 Jul 2004 11:35 AM

Description:
The descriptors probably just need to be fixed.


---------------------------------------------------------------------
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] Updated: (MNG-27) There seem to be two plugin:install plugins

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jason van Zyl (mailto:jvanzyl@maven.org)
       Date: Thu, 22 Jul 2004 2:28 PM
    Changes:
             Fix Version changed to 1.0-alpha-1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MNG-27?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-27
    Summary: There seem to be two plugin:install plugins
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sun, 18 Jul 2004 2:19 PM
    Updated: Thu, 22 Jul 2004 2:28 PM

Description:
The descriptors probably just need to be fixed.


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