Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.6
-
Fix Version/s: 2.0.7
-
Component/s: dependencies task
-
Labels:None
-
Number of attachments :
Description
as stated in http://maven.apache.org/ant-tasks.html "Declaring Repositories":
"If no remote repositories are specified, the default http://repo1.maven.org/maven2 is used."
But the actual behavior allways adds central.
This patch does was is explained in the doc.
Issue Links
- is related to
-
MANTTASKS-12
No means of preventing ant task from querying repo1.maven.org
-
forgot to update sample.build.xml to match the change