Ant user can set proxy settings.

New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings).
Update copyrights
Update documentations


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-02-26 23:00:28 +00:00
parent d220bf37ae
commit 46777e5300
18 changed files with 301 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,12 +20,14 @@
<properties>
<title>Ant plugin changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="1.9" date="">
<release version="1.9" date="In SVN">
<action dev="epugh" type="add" issue="MPANT-7">Obey jar override and not attempt to download relative jars.</action>
<action dev="aheritier" type="add" issue="MPANT-20" due-to="Dennis Lundberg">Allow URL substitutions in generated build.xml files.</action>
<action dev="aheritier" type="fix">Do not set proxy if maven.proxy.host is null or empty.</action>
<action dev="aheritier" type="add">Ant user can set proxy settings.</action>
<action dev="aheritier" type="add">New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings).</action>
</release>
<release version="1.8.1" date="2004-08-20">
<action dev="carlos" type="fix" issue="MPANT-16">Use relative paths in test resources filesets.</action>