You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2011/02/08 20:44:22 UTC

[jira] Updated: (MANTTASKS-206) dependecies task overrides custom definition of 'central' repository

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

Paul Gier updated MANTTASKS-206:
--------------------------------

    Fix Version/s: 2.1.2
         Assignee: Paul Gier

> dependecies task overrides custom definition of 'central' repository
> --------------------------------------------------------------------
>
>                 Key: MANTTASKS-206
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-206
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Miroslaw Michalski
>            Assignee: Paul Gier
>             Fix For: 2.1.2
>
>         Attachments: patch2.txt
>
>
> While using 
> <artifact:dependencies 
>   cacheDependencyRefs="false"
>   pathId="maven.dependency.classpath" 
>   useScope="test">
>   <pom file="pom.xml"/>
> </artifact:dependencies>
> with pom 
> <project>
> ...
> 	<repositories>
> 		<repository>
> 			<id>central</id>
> 			<url>https://custom/mvn/central</url>
> 			<snapshots>
> 				<enabled>true</enabled>
> 			</snapshots>
> 			<releases>
> 				<enabled>true</enabled>
> 			</releases>
> 		</repository>
> 	</repositories>
> </project>
> the task is still trying to resolve my dependecies from http://repo2.maven.org/maven2.
> A patch resolving this issue is 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