[jira] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-12 Thread Olivier Lamy (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy reassigned MDEP-396:
-

Assignee: Olivier Lamy

 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName
 -

 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
Assignee: Olivier Lamy
 Attachments: baseVersionPatch.diff, MDEP-396.diff


 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName via plugin configuration. The problem occurs with maven 3 and 
 SNAPSHOT artifacts where the name of the copied file contains the timestamped 
 (unique) version instead of '-SNAPSHOT'.

--
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] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-11 Thread Andreas Kuhtz (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Kuhtz updated MDEP-396:
---

Attachment: MDEP-396.diff

New complete patch with testcase in CopyMojo.

 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName
 -

 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
 Attachments: baseVersionPatch.diff, MDEP-396.diff


 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName via plugin configuration. The problem occurs with maven 3 and 
 SNAPSHOT artifacts where the name of the copied file contains the timestamped 
 (unique) version instead of '-SNAPSHOT'.

--
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] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-11 Thread Andreas Kuhtz (JIRA)

[ 
https://jira.codehaus.org/browse/MDEP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=319139#comment-319139
 ] 

Andreas Kuhtz edited comment on MDEP-396 at 2/11/13 3:19 AM:
-

New complete patch with testcase in CopyMojo. 
Is this test enough or do you want more tests?

  was (Author: akuhtz):
New complete patch with testcase in CopyMojo.
  
 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName
 -

 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
 Attachments: baseVersionPatch.diff, MDEP-396.diff


 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName via plugin configuration. The problem occurs with maven 3 and 
 SNAPSHOT artifacts where the name of the copied file contains the timestamped 
 (unique) version instead of '-SNAPSHOT'.

--
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] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-08 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MDEP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318913#comment-318913
 ] 

Olivier Lamy commented on MDEP-396:
---

the patch looks good. but the trouble I have is the lack of test.
Could you provide a unit test or an integration ?

 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName
 -

 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
 Attachments: baseVersionPatch.diff


 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName via plugin configuration. The problem occurs with maven 3 and 
 SNAPSHOT artifacts where the name of the copied file contains the timestamped 
 (unique) version instead of '-SNAPSHOT'.

--
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] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-07 Thread Andreas Kuhtz (JIRA)
Andreas Kuhtz created MDEP-396:
--

 Summary: Add support to use the baseVersion of an artifact instead 
of version for the destFileName
 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
 Attachments: baseVersionPatch.diff

Add support to use the baseVersion of an artifact instead of version for the 
destFileName via plugin configuration. The problem occurs with maven 3 and 
SNAPSHOT artifacts where the name of the copied file contains the timestamped 
(unique) version instead of '-SNAPSHOT'.

--
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] (MDEP-396) Add support to use the baseVersion of an artifact instead of version for the destFileName

2013-02-07 Thread Andreas Kuhtz (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Kuhtz updated MDEP-396:
---

Attachment: baseVersionPatch.diff

 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName
 -

 Key: MDEP-396
 URL: https://jira.codehaus.org/browse/MDEP-396
 Project: Maven 2.x Dependency Plugin
  Issue Type: Improvement
  Components: copy
Affects Versions: 2.6
Reporter: Andreas Kuhtz
 Attachments: baseVersionPatch.diff


 Add support to use the baseVersion of an artifact instead of version for the 
 destFileName via plugin configuration. The problem occurs with maven 3 and 
 SNAPSHOT artifacts where the name of the copied file contains the timestamped 
 (unique) version instead of '-SNAPSHOT'.

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