[maven-scm-plugin] prepare release 1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@404916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c88e9e86d
commit
2c125892c7
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -16,13 +17,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<extend>../plugins-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-site-plugin</id>
|
||||
<name>Maven Site Plugin</name>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.7</currentVersion>
|
||||
<description>Generate web site.</description>
|
||||
<shortDescription>Generate web site</shortDescription>
|
||||
<developers>
|
||||
@ -142,5 +142,10 @@
|
||||
<name>1.6.1</name>
|
||||
<tag>maven-site-plugin-1.6.1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.7</id>
|
||||
<name>1.7</name>
|
||||
<tag>MAVEN_SITE_1_7</tag>
|
||||
</version>
|
||||
</versions>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -22,17 +23,38 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="add" issue="MPSITE-50" due-to="Shinobu Kawai">New property <code>maven.site.reports.ignoreErrors</code> to ignore any errors in all reports during site generation.</action>
|
||||
<action dev="aheritier" type="add">New property <code>maven.site.gunzip.options</code> can be used to set options when using gunzip (default value is -f).</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSITE-40">Missing <code>maven.ssh.args</code> in <code>site:publish</code>.</action>
|
||||
<action dev="aheritier" type="fix" issue="MPSITE-39">Deploy site on unix create rights rwxr-xr-x. Group members can't override files. The default value for <code>maven.site.chmod.mode</code> is now <code>775</code>.</action>
|
||||
<action dev="aheritier" type="add" issue="MPSITE-34">New property <code>maven.site.failonerror</code> can be used to bypass remote errors. Defaults to <code>true</code>. <strong>*NOTE*</strong> that this default will fail a deploy for any "minor" error, please read the properties documentation.</action>
|
||||
<action dev="ltheussl" type="add" issue="MPSITE-31">Make <code>chmod</code> options in <code>site:sshdeploy</code> configurable.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian Dunn">SSH arguments not used in <code>sshdeploy</code> with 'clean'.</action>
|
||||
<release version="1.7" date="2006-05-07">
|
||||
<action dev="ltheussl" type="add" issue="MPSITE-50" due-to="Shinobu Kawai">New property
|
||||
<code>maven.site.reports.ignoreErrors</code>to ignore any errors in all reports during site generation.
|
||||
</action>
|
||||
<action dev="aheritier" type="add">New property
|
||||
<code>maven.site.gunzip.options</code>can be used to set options when using gunzip (default value is -f).
|
||||
</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSITE-40">Missing
|
||||
<code>maven.ssh.args</code>in
|
||||
<code>site:publish</code>.
|
||||
</action>
|
||||
<action dev="aheritier" type="fix" issue="MPSITE-39">Deploy site on unix create rights rwxr-xr-x. Group members can't override files. The default value for
|
||||
<code>maven.site.chmod.mode</code>is now
|
||||
<code>775</code>.
|
||||
</action>
|
||||
<action dev="aheritier" type="add" issue="MPSITE-34">New property
|
||||
<code>maven.site.failonerror</code>can be used to bypass remote errors. Defaults to
|
||||
<code>true</code>.
|
||||
<strong>*NOTE*</strong>that this default will fail a deploy for any "minor" error, please read the properties documentation.
|
||||
</action>
|
||||
<action dev="ltheussl" type="add" issue="MPSITE-31">Make
|
||||
<code>chmod</code>options in
|
||||
<code>site:sshdeploy</code>configurable.
|
||||
</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian Dunn">SSH arguments not used in
|
||||
<code>sshdeploy</code>with 'clean'.
|
||||
</action>
|
||||
<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="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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user