Fixed build.xml to be able to build using a staged Aether version
Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/b7a85ead Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/b7a85ead Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/b7a85ead Branch: refs/heads/ant-tasks Commit: b7a85eadc1d4f7a5169605c786295bf8f7c6ebe0 Parents: 2d33eb2 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Fri Jan 3 00:23:24 2014 +0100 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Fri Jan 3 00:23:24 2014 +0100 ---------------------------------------------------------------------- build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b7a85ead/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index d90fc93..2bf57a5 100644 --- a/build.xml +++ b/build.xml @@ -29,11 +29,12 @@ <aether:localrepo dir="${build.dir}/local-repo"/> - <aether:remoterepo id="rso" url="http://repository.sonatype.org/content/groups/public" type="default" + <aether:remoterepo id="ossrh" url="http://oss.sonatype.org/content/groups/staging" type="default" releases="true" snapshots="true" updates="daily" checksums="fail"/> <aether:remoterepos id="aether.repositories"> - <aether:remoterepo refid="rso"/> + <aether:remoterepo refid="central"/> + <aether:remoterepo refid="ossrh"/> </aether:remoterepos> <aether:pom file="pom.xml" id="pom"/>