You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2006/01/29 17:15:06 UTC

[jira] Created: (MPPLUGIN-35) plugin:install fails if maven.jar.final.name is set

plugin:install fails if  maven.jar.final.name is set
----------------------------------------------------

         Key: MPPLUGIN-35
         URL: http://jira.codehaus.org/browse/MPPLUGIN-35
     Project: maven-plugin-plugin
        Type: Bug

    Versions: 1.7    
 Environment: m11b3
    Reporter: Lukas Theussl
 Assigned to: Lukas Theussl 
     Fix For: 1.7.1


The plugin:plugin goal uses ${maven.jar.final.name} as build artifact, but all other goals (install, deploy...) use ${maven.final.name}.jar.  This should have been fixed with the patch attached to MPJAVA-8, but it hasn't.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPPLUGIN-35) plugin:install fails if maven.jar.final.name is set

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPPLUGIN-35?page=all ]
     
Lukas Theussl closed MPPLUGIN-35:
---------------------------------

    Resolution: Fixed

Now using ${maven.final.name}.jar everywhere. Plugins need standard names so they can be uninstalled properly.

> plugin:install fails if  maven.jar.final.name is set
> ----------------------------------------------------
>
>          Key: MPPLUGIN-35
>          URL: http://jira.codehaus.org/browse/MPPLUGIN-35
>      Project: maven-plugin-plugin
>         Type: Bug

>     Versions: 1.7
>  Environment: m11b3
>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl
>      Fix For: 1.7.1

>
>
> The plugin:plugin goal uses ${maven.jar.final.name} as build artifact, but all other goals (install, deploy...) use ${maven.final.name}.jar.  This should have been fixed with the patch attached to MPJAVA-8, but it hasn't.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org