Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0-alpha-2
-
None
-
WinXP
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.
Attachments
Attachments
Issue Links
- relates to
-
MNG-4769 Regression: <enabled> flag for central cannot be overriden
- Closed