From 949aba99eb50977964e477c037e4c0a16b7a0e2c Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 27 Sep 2005 17:58:28 +0000 Subject: [PATCH] MPPLUGIN-25: NTLM Proxy Problem git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292006 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 2 ++ plugin/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 96652593..86900a6a 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -454,6 +454,8 @@ Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversio + + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 325c66bb..71679eb0 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -24,6 +24,7 @@ + NTLM Proxy Problem. plugin:download didn't redownload SNAPSHOT plugins. new plugin:validate-xml tag to validate xml documents against a schema. new assert:assertPluginAvailable tag to check if a minimal release of a plugin is present.