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

Michael Osipov closed MANTTASKS-141.
------------------------------------

    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.

> Using expressions in a mirrorOf element brakes the downloading of depencies
> ---------------------------------------------------------------------------
>
>                 Key: MANTTASKS-141
>                 URL: https://jira.codehaus.org/browse/MANTTASKS-141
>             Project: Maven Ant Tasks
>          Issue Type: Bug
>          Components: dependencies task
>    Affects Versions: 2.0.9
>            Reporter: Koen Roevens
>            Assignee: Jason van Zyl
>
> Since 2.0.9 Maven supports the usage of expressions in the 'mirrorOf' element
> (See http://maven.apache.org/guides/mini/guide-mirror-settings.html)
> These expression are not wel interpreted by the dependencies task.
> The snippet
>     <dependencies pathId="xy1.path" settingsFile="${basedir}/settings.xml">
>       <dependency groupId="x" artifactId="y" version="1" type="pom"/>
>     </dependencies>
> works when settings.xml is:
> <settings>
>   ...
>   <mirrors>
>     <mirror>
>       <mirrorOf>project-releases-repository</mirrorOf>
>       <url>http://the.maven.proxy/project...</url>
>     </mirror>
>     <mirror>
>       <mirrorOf>*</mirrorOf>
>       <url>http://the.maven.proxy/public...</url>
>     </mirror>
>   </mirrors>
>  ...
> </settings>
> It stops working (= not able to download dependency) when settings.xml is:
> <settings>
>   ...
>   <mirrors>
>     <mirror>
>       <mirrorOf>*,!project-releases-repository</mirrorOf>
>       <url>http://the.maven.proxy/public...</url>
>     </mirror>
>   </mirrors>
>  ...
> </settings>



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

Reply via email to