You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason Dillon (JIRA)" <ji...@codehaus.org> on 2007/03/15 04:21:33 UTC

[jira] Created: (MINSTALL-37) Add support to force install:install to use a specific version

Add support to force install:install to use a specific version
--------------------------------------------------------------

                 Key: MINSTALL-37
                 URL: http://jira.codehaus.org/browse/MINSTALL-37
             Project: Maven 2.x Install Plugin
          Issue Type: New Feature
    Affects Versions: 2.2
            Reporter: Jason Dillon
             Fix For: 2.2
         Attachments: MINSTALL-37.diff

Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Commented: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Jason Dillon (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90093 ] 

Jason Dillon commented on MINSTALL-37:
--------------------------------------

The attached patch adds support for an optional {{forceVersion}} parameter which is a String.  When non-null, this will cause new artifacts to be created with their versions set to the value of {{forceVersion}}.

This does not affect current usage of {{install:install}}, with out {{forceVersion}} set the goal behaves exactly as it did before.

This feature is intended to support testing and some other edge cases, but not intended for mainstream usage.

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Closed: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MINSTALL-37.
-----------------------------

    Resolution: Won't Fix

The general consensus seems to be that this should not be added.

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>             Fix For: 2.3
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Commented: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94874 ] 

Brian Fox commented on MINSTALL-37:
-----------------------------------

Discussion of this issue here: http://www.nabble.com/forceVersion-for-maven-install-plugin--tf3341272s177.html#a9292710

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Commented: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94870 ] 

Brian Fox commented on MINSTALL-37:
-----------------------------------

this patch looks ok, but the classifier should be passed through to the factory instead of null.

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Updated: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MINSTALL-37:
------------------------------------

    Fix Version/s:     (was: 2.3)

Remove "Fix Version" as the issue was not fixed.

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Commented: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95000 ] 

Brian Fox commented on MINSTALL-37:
-----------------------------------

Similar, but not exactly a duplicate. 

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Updated: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez updated MINSTALL-37:
-----------------------------------

    Fix Version/s:     (was: 2.2)
                   2.3

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>             Fix For: 2.3
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Updated: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Jason Dillon (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated MINSTALL-37:
---------------------------------

    Attachment: MINSTALL-37.diff

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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

        

[jira] Commented: (MINSTALL-37) Add support to force install:install to use a specific version

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MINSTALL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94997 ] 

Stephane Nicoll commented on MINSTALL-37:
-----------------------------------------

Brian, I guess MINSTALL-30 is rather a duplicate of this one. WDYT?

> Add support to force install:install to use a specific version
> --------------------------------------------------------------
>
>                 Key: MINSTALL-37
>                 URL: http://jira.codehaus.org/browse/MINSTALL-37
>             Project: Maven 2.x Install Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Jason Dillon
>            Assignee: Brian Fox
>             Fix For: 2.2
>
>         Attachments: MINSTALL-37.diff
>
>
> Allow the install:install goal to force the version of artifacts (including attached).

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