[maven-scm-plugin] prepare release 1.10

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@351945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
fgiust
2005-12-03 13:50:50 +00:00
parent 720f572e23
commit ebfc785ce3

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@@ -17,34 +17,34 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.10" date="IN SVN">
<release version="1.10" date="2005-12-03">
<action dev="carlos" type="fix">Moved test classpath before main so test classpath resources override main ones</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-68">eclipse:add-maven-repo doesn't update correct Eclipse property file for Eclipse 3.x</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-67">add-maven-repo fails if Eclipse hasn't been started yet. Property file needs to be created
by the plugin.
</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-67">add-maven-repo fails if Eclipse hasn't been started yet. Property file needs to be created by the plugin.</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-56" due-to="Archimedes Trajano">Only create .classpath and javabuilder if sources are present</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-78" due-to="Fabrizio Giustina">Don't add duplicate java natures/builders if already specified using
<code>maven.eclipse.projectnatures</code> and <code>maven.eclipse.buildcommands</code>
<code>maven.eclipse.projectnatures</code>and
<code>maven.eclipse.buildcommands</code>
</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-63" due-to="Fabrizio Giustina">Only add javanature if sources are present</action>
<action dev="fgiust" type="add" issue="MPECLIPSE-80" due-to="Fabrizio Giustina">Generates a .wtpmodules file for eclipse webtools (wtp 0.7 required)</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-96" due-to="Fabrizio Giustina">classpathentry contains trailing pipe character that confuses Eclipse 3.1</action>
<action dev="fgiust" type="update" due-to="Fabrizio Giustina">Java source location now defaults to
<code>MAVEN_REPO${groupId}/java-sources/${artifactId}-${version}-sources.jar</code> (standard location where source artifacts are deployed by the m2 source plugin in
a legacy/m1 repository layout). The path <code>${groupId}/src/${artifactId}-${version}.${maven.eclipse.src.extension}</code> is still supported for backward compatibility
and it will be used only if a file already exists at that location.
<code>MAVEN_REPO${groupId}/java-sources/${artifactId}-${version}-sources.jar</code>(standard location where source artifacts are deployed by the m2 source plugin in a legacy/m1 repository layout). The path
<code>${groupId}/src/${artifactId}-${version}.${maven.eclipse.src.extension}</code>is still supported for backward compatibility and it will be used only if a file already exists at that location.
</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>
<action dev="fgiust" type="add">Added
<code>eclipse:eclipse</code>alias for the
<code>eclipse</code>goal (match the maven 2 goal name)
</action>
<action dev="fgiust" type="fix" issue="MPECLIPSE-62">maven.eclipse.conclasspath is ignored when junit test src is not present</action>
</release>
<release version="1.9" date="2004-10-30">