This is an automated email from the ASF dual-hosted git repository. mmoser pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
The following commit(s) were added to refs/heads/master by this push: new f9c056a Fixed URLs in readme f9c056a is described below commit f9c056a04a527f83aac97ee6361ef6701efd5d5a Author: Manfred Moser <manf...@simpligility.com> AuthorDate: Sun Nov 26 13:22:29 2017 -0800 Fixed URLs in readme - used full URL so links work in Github readme rendering as well Signed-off-by: Manfred Moser <manf...@simpligility.com> Signed-off-by: Manfred Moser <mmo...@apache.org> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb228dc..a655c1d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Maven Artifact Resolver Ant Tasks The Maven Artifact Resolver Ant Tasks enable build scripts for [Apache Ant](http://ant.apache.org/) 1.7+ to use -[Maven Artifact Resolver](/resolver/) combined to -[Apache Maven Artifact Resolver Provider](/ref/current/maven-resolver-provider/) to resolve dependencies +[Maven Artifact Resolver](https://maven.apache.org/resolver/) combined to +[Apache Maven Artifact Resolver Provider](https://maven.apache.org//ref/current/maven-resolver-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 -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].