updating changes.xml for recent changes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@344235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
fgiust 2005-11-14 21:17:29 +00:00
parent 1875eb70a5
commit cac88d0815
3 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,7 @@
</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-92" due-to="Yang Li">Setting relative path value to "maven.eclipse.output.dir" generates wrong absolute classpath entry</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-72" due-to="Kristopher Brown">Failing use cases for projects with just resources</action>
<action dev="fgiust" type="add">Added <code>eclipse:eclipse</code> alias for the <code>eclipse</code> goal (match the maven 2 goal name)</action>
</release>
<release version="1.9" date="2004-10-30">
<action dev="epugh" type="fix" issue="MPECLIPSE-53">Add property

View File

@ -27,7 +27,7 @@
<body>
<goals>
<goal>
<name>eclipse</name>
<name>eclipse:eclipse (or simply "eclipse")</name>
<description>
The default goal. This goal simply executes the
<a href="#eclipse:generate-project">eclipse:generate-project</a> and

View File

@ -32,6 +32,7 @@
<action dev="aheritier" type="fix" issue="MPSITE-28" due-to="Davy Toch">Deploying the site documentation through SSH always results in 'Build Successful'.</action>
<action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment doesn't create the remote directory root.</action>
<action dev="aheritier" type="fix" issue="MPSITE-25">site:ftpdeploy can use <code>maven.site.chmod.mode</code> to make chmod attribute configurable.</action>
<action dev="fgiust" type="fix">site:sshdeply doesn't change permissions on the root site directory but only on contained files (running chmod on the root site directory causes the build to fail if the user doesn't have the rights to do so)</action>
</release>
<release version="1.6.1" date="2005-06-05">
<action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action>