From 64c2c35ad0c72bf9d5be6357c71b6250454b51f7 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 4 Aug 2003 02:32:35 +0000 Subject: [PATCH] Start of work on a maven plugin:download. See MAVEN-536 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113776 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 22 ++++++++++++++++++++++ plugin/project.xml | 12 ++++++++++++ 2 files changed, 34 insertions(+) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index b9e6242d..e2bd2982 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -1,7 +1,9 @@ @@ -159,4 +161,24 @@ + + + + + + + ${maven.repo.remote} + ${repoList.trim()} + + repo is '${repo}' + + + + trying to download ${remoteFile} + + + + diff --git a/plugin/project.xml b/plugin/project.xml index 967c4132..1dde8e00 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -41,5 +41,17 @@ 20030211.142705 http://jakarta.apache.org/commons/jelly/libs/xml/ + + commons-jelly + commons-jelly-tags-http + 20030211.143043 + http://jakarta.apache.org/commons/jelly/libs/http/ + + + commons-httpclient + commons-httpclient + 2.0-rc1 + http://jakarta.apache.org/commons/httpclient/ +