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:
parent
f2d150ea12
commit
316613bdae
@ -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
|
||||||
|
@ -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">
|
||||||
|
8
pom.xml
8
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user