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

Michael Osipov closed MDEP-50.
------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

Assignee, if you think you can fix this bug anytime soon, please reopen and 
proceed appropriately.

> dependency:unpack doesn't seem to handle version ranges
> -------------------------------------------------------
>
>                 Key: MDEP-50
>                 URL: https://jira.codehaus.org/browse/MDEP-50
>             Project: Maven Dependency Plugin
>          Issue Type: Bug
>          Components: copy, unpack
>    Affects Versions: 1.0
>         Environment: Java 1.5
>            Reporter: Martin Goldhahn
>            Assignee: brianfox brianfox
>
> When I use the dependency unpack goal and a version range as shown below, 
> Maven cannot download the artifact from the repository. There is a version 
> 1.4.1 in the repository. If I use the specific version number 1.4.1. It works.
>     <build>
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>dependency-maven-plugin</artifactId>
>         <executions>
>           <execution>
>             <id>unpack</id>
>             <phase>compile</phase>
>             <goals>
>               <goal>unpack</goal>
>             </goals>
>             <configuration>
>               <artifactItems>
>                 <artifactItem>
>                   <groupId>my.package</groupId>
>                   <artifactId>concept</artifactId>
>                   <version>[1.4,1.5)</version>
>                   <classifier>res</classifier>
>                   
> <outputDirectory>${project.build.sourceDirectory}/../webapp/res</outputDirectory>
>                 </artifactItem>
>               </artifactItems>
>             </configuration>
>           </execution>
>         </executions>
>       </plugin>



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to