HADOOP-10273. Fix 'mvn site'.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebe0c17a95
commit
cec369149b
@ -320,6 +320,8 @@ Release 2.4.0 - UNRELEASED
|
|||||||
HADOOP-10085. CompositeService should allow adding services while being
|
HADOOP-10085. CompositeService should allow adding services while being
|
||||||
inited. (Steve Loughran via kasha)
|
inited. (Steve Loughran via kasha)
|
||||||
|
|
||||||
|
HADOOP-10273. Fix 'mvn site'. (Arpit Agarwal)
|
||||||
|
|
||||||
Release 2.3.0 - UNRELEASED
|
Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
4
pom.xml
4
pom.xml
@ -152,7 +152,7 @@ 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.2</version>
|
<version>3.3</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>
|
||||||
@ -329,7 +329,7 @@ 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.0</version>
|
<version>3.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-descriptor</id>
|
<id>attach-descriptor</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user