You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hung Huynh (JIRA)" <ji...@codehaus.org> on 2013/01/15 23:27:15 UTC

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Hung Huynh created MSHADE-136:
---------------------------------

             Summary: Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
                 Key: MSHADE-136
                 URL: https://jira.codehaus.org/browse/MSHADE-136
             Project: Maven 2.x Shade Plugin
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Hung Huynh


The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.

Instead of this

    <dependency>
      <groupId>org.mycom</groupId>
      <artifactId>management-core</artifactId>
      <version>1.1.0-20130115.201411-23</version>
      <scope>compile</scope>
    </dependency>

should have been this

    <dependency>
      <groupId>org.mycom</groupId>
      <artifactId>management-core</artifactId>
      <version>1.1.0-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSHADE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MSHADE-136.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee: Olivier Lamy

applied http://svn.apache.org/r1439435
Thanks !
                
> Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
> ----------------------------------------------------------------------------------
>
>                 Key: MSHADE-136
>                 URL: https://jira.codehaus.org/browse/MSHADE-136
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Hung Huynh
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>         Attachments: MSHADE-136_code2.patch, MSHADE-136_integration-test1.patch
>
>
> The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.
> Instead of this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-20130115.201411-23</version>
>       <scope>compile</scope>
>     </dependency>
> should have been this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Posted by "Anthony Dahanne (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MSHADE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318184#comment-318184 ] 

Anthony Dahanne commented on MSHADE-136:
----------------------------------------

Thanks to you Olivier ! looking forward the next release !
                
> Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
> ----------------------------------------------------------------------------------
>
>                 Key: MSHADE-136
>                 URL: https://jira.codehaus.org/browse/MSHADE-136
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Hung Huynh
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>         Attachments: MSHADE-136_code2.patch, MSHADE-136_integration-test1.patch
>
>
> The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.
> Instead of this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-20130115.201411-23</version>
>       <scope>compile</scope>
>     </dependency>
> should have been this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Posted by "Hung Huynh (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MSHADE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317385#comment-317385 ] 

Hung Huynh commented on MSHADE-136:
-----------------------------------

A configurable option to turn this feature on/off would also be great
                
> Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
> ----------------------------------------------------------------------------------
>
>                 Key: MSHADE-136
>                 URL: https://jira.codehaus.org/browse/MSHADE-136
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Hung Huynh
>
> The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.
> Instead of this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-20130115.201411-23</version>
>       <scope>compile</scope>
>     </dependency>
> should have been this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Posted by "Anthony Dahanne (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSHADE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Dahanne updated MSHADE-136:
-----------------------------------

    Attachment: MSHADE-136_integration-test1.patch

integration test patch for the new parameter useBaseVersion
                
> Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
> ----------------------------------------------------------------------------------
>
>                 Key: MSHADE-136
>                 URL: https://jira.codehaus.org/browse/MSHADE-136
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Hung Huynh
>         Attachments: MSHADE-136_code2.patch, MSHADE-136_integration-test1.patch
>
>
> The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.
> Instead of this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-20130115.201411-23</version>
>       <scope>compile</scope>
>     </dependency>
> should have been this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSHADE-136) Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT

Posted by "Anthony Dahanne (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSHADE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Dahanne updated MSHADE-136:
-----------------------------------

    Attachment: MSHADE-136_code2.patch

Patch to provide a new parameter : useBaseVersion
                
> Shade dependency reduced pom uses timestamp in artifact names instead of -SNAPSHOT
> ----------------------------------------------------------------------------------
>
>                 Key: MSHADE-136
>                 URL: https://jira.codehaus.org/browse/MSHADE-136
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Hung Huynh
>         Attachments: MSHADE-136_code2.patch
>
>
> The major problem that we run into is that Maven would download that exact timestamp artifact instead of using the latest.
> Instead of this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-20130115.201411-23</version>
>       <scope>compile</scope>
>     </dependency>
> should have been this
>     <dependency>
>       <groupId>org.mycom</groupId>
>       <artifactId>management-core</artifactId>
>       <version>1.1.0-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira