Apply MAVEN-939
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
</exec>
|
||||
|
||||
<exec dir="." executable="${maven.ssh.executable}">
|
||||
<arg line="${pom.siteAddress} -l ${maven.username} 'cd ${maven.homepage};${maven.site.gunzip.executable} ${maven.final.name}-site.tar.gz;${maven.site.tar.executable} xUvf ${maven.final.name}-site.tar;chmod -R g+u *;rm ${maven.final.name}-site.tar'"/>
|
||||
<arg line="${pom.siteAddress} -l ${maven.username} 'cd ${maven.homepage};${maven.site.gunzip.executable} ${maven.final.name}-site.tar.gz;${maven.site.tar.executable} xUvf ${maven.final.name}-site.tar;chmod -R g+u * .;rm ${maven.final.name}-site.tar'"/>
|
||||
</exec>
|
||||
|
||||
<delete file="${maven.build.dir}/${maven.final.name}-site.tar.gz"/>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-site-plugin</id>
|
||||
<name>Maven Site Plugin</name>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Generate web site</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/site/</url>
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="fix">
|
||||
Fix MAVEN-939. Top level site directory needs g+u
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
|
||||
Reference in New Issue
Block a user