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
This commit is contained in:
ltheussl
2005-09-27 17:58:28 +00:00
parent c1b849d3a1
commit 949aba99eb
2 changed files with 3 additions and 0 deletions

View File

@@ -454,6 +454,8 @@ Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversio
<j:arg type="java.lang.String" value="${maven.proxy.port}" />
<j:arg type="java.lang.String" value="${maven.proxy.username}" />
<j:arg type="java.lang.String" value="${maven.proxy.password}" />
<j:arg type="java.lang.String" value="${maven.proxy.ntlm.host}" />
<j:arg type="java.lang.String" value="${maven.proxy.ntlm.domain}" />
<j:arg type="boolean" value="false"/>
</j:invokeStatic>
</j:catch>

View File

@@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPPLUGIN-25" due-to="Jamie McCrindle, Barrie Treloar">NTLM Proxy Problem.</action>
<action dev="carlos" type="fix" issue="MPPLUGIN-26">plugin:download didn't redownload SNAPSHOT plugins.</action>
<action dev="ltheussl" type="add">new plugin:validate-xml tag to validate xml documents against a schema.</action>
<action dev="aheritier" type="add">new assert:assertPluginAvailable tag to check if a minimal release of a plugin is present.</action>