HADOOP-11420. Use latest maven-site-plugin and replace link to svn with link to git. Contributed by Hervé Boutemy.

This commit is contained in:
Haohui Mai 2014-12-17 14:04:21 -08:00
parent f2d150ea12
commit 316613bdae
3 changed files with 5 additions and 8 deletions

View File

@ -600,6 +600,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user
has Full Control permissions. (cnauroth) has Full Control permissions. (cnauroth)
HADOOP-11420. Use latest maven-site-plugin and replace link to svn with
link to git. (Herve Boutemy via wheat9)
Release 2.6.0 - 2014-11-18 Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -38,7 +38,7 @@
<body> <body>
<links position="left"> <links position="left">
<item name="Wiki" href="http://wiki.apache.org/hadoop" /> <item name="Wiki" href="http://wiki.apache.org/hadoop" />
<item name="SVN" href="https://svn.apache.org/repos/asf/hadoop/" /> <item name="git" href="https://git-wip-us.apache.org/repos/asf/hadoop.git" />
</links> </links>
<breadcrumbs position="left"> <breadcrumbs position="left">

View File

@ -152,18 +152,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>3.3</version> <version>3.4</version>
<dependencies> <dependencies>
<dependency><!-- add support for ssh/scp --> <dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId> <artifactId>wagon-ssh</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <!-- add support for markdown -->
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. <!--This plugin's configuration is used to store Eclipse m2e settings only.
@ -330,7 +325,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<executions> <executions>
<execution> <execution>
<id>attach-descriptor</id> <id>attach-descriptor</id>