Repository: sqoop Updated Branches: refs/heads/sqoop2 72b8ef1f3 -> 47ec037b6
SQOOP-2432: Sqoop2: Update maven-site-plugin for in root pom.xml (Jarek Jarcec Cecho via Gwen Shapira) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/47ec037b Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/47ec037b Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/47ec037b Branch: refs/heads/sqoop2 Commit: 47ec037b600d3fab7af288687fb55fa3df75f781 Parents: 72b8ef1 Author: Gwen Shapira <[email protected]> Authored: Mon Jul 27 13:30:34 2015 -0700 Committer: Gwen Shapira <[email protected]> Committed: Mon Jul 27 13:30:34 2015 -0700 ---------------------------------------------------------------------- docs/pom.xml | 1 - pom.xml | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/47ec037b/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 567603b..68e339b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -60,7 +60,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> <!-- Configure generating documentation alongside with package --> <executions> http://git-wip-us.apache.org/repos/asf/sqoop/blob/47ec037b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 73a7cb8..8b1dc33 100644 --- a/pom.xml +++ b/pom.xml @@ -699,7 +699,11 @@ limitations under the License. <artifactId>maven-jar-plugin</artifactId> <version>2.3.2</version> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.3</version> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
