Aether Ant Tasks use Apache Maven Aether Provider too Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/25bec347 Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/25bec347 Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/25bec347
Branch: refs/heads/ant-tasks Commit: 25bec3473cd6c7b00345678f985dd4d1cd1f3d2d Parents: b75c569 Author: Hervé Boutemy <[email protected]> Authored: Fri May 23 21:55:25 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Fri May 23 21:55:25 2014 +0200 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/25bec347/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4316d64..b696aae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Aether Ant Tasks The Aether Ant Tasks enable build scripts for [Apache Ant](http://ant.apache.org/) 1.7+ to use -[Eclipse Aether](http://www.eclipse.org/aether) to resolve dependencies and install and deploy locally built artifacts. +[Eclipse Aether](http://www.eclipse.org/aether) combined to +[Apache Maven Aether Provider](http://maven.apache.org/ref/current/maven-aether-provider/) to resolve dependencies +and install and deploy locally built artifacts. To integrate the tasks into your build file, copy the JAR into your project's lib directory and use the following snippet to load it:
