Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
Unable to successfully download maven-metadata.xml files when the release policy is set to disabled.
To reproduce it:
1) Setup a proxy connector to repo of snapshots at apache : http://people.apache.org/repo/m2-snapshot-repository
1a) Set the Release policy to "disabled".
2) And in your project you add this plugin declaration :
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-2-SNAPSHOT</version> </plugin>
3) Attempt to compile the project.