[ http://jira.codehaus.org/browse/MNG-479?page=all ]
John Casey updated MNG-479:
---------------------------
Description:
Adding to my pom.xml:
....
<repositories>
<repository>
<id>central</id>
<name>custom repository</name>
<url>http://maven.company.com/maven2</url>
</repository>
</repositories>
....
did not override the central repository but instead uses the above configured
repository as backup/mirror.
was:
Adding to my pom.xml:
....
<repositories>
<repository>
<id>central</id>
<name>custom repository</name>
<url>http://maven.company.com/maven2</url>
</repository>
</repositories>
....
did not override the central repository but instead uses the above configured
repository as backup/mirror.
Remaining Estimate: 1 hour
Original Estimate: 3600
updating the original estimate to reflect the time needed to setup the test and
verify the results. This has been fixed by the fix for MNG-757. Will close as
soon as it's verified.
> unable to override the default central repository
> -------------------------------------------------
>
> Key: MNG-479
> URL: http://jira.codehaus.org/browse/MNG-479
> Project: Maven 2
> Type: Bug
> Components: maven-core
> Versions: 2.0-alpha-2
> Environment: WinXP
> Reporter: Edwin Punzalan
> Assignee: John Casey
> Priority: Blocker
> Fix For: 2.0-beta-1
> Attachments: DefaultModelInheritanceAssembler-with-updated-JUnitTest.diff,
> DefaultModelInheritanceAssembler.diff, it0042.tgz
>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> Adding to my pom.xml:
> ....
> <repositories>
> <repository>
> <id>central</id>
> <name>custom repository</name>
> <url>http://maven.company.com/maven2</url>
> </repository>
> </repositories>
> ....
> did not override the central repository but instead uses the above configured
> repository as backup/mirror.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]