HBASE-15644 Use org.scala-tools:mave-scala-plugin for scaladocs. Signed-off-by: Sean Busbey <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a56b374c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a56b374c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a56b374c Branch: refs/heads/HBASE-14850 Commit: a56b374c5278b6d912143f954a3a424a9488bd5b Parents: e9211e4 Author: Apekshit <[email protected]> Authored: Wed Apr 13 14:54:56 2016 -0700 Committer: Sean Busbey <[email protected]> Committed: Mon Apr 18 01:53:43 2016 -0500 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a56b374c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0324c1c..8bd3706 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,11 @@ e.g. surefire 2.18-SNAPSHOT--> <pluginRepositories> <pluginRepository> + <id>scala-tools.org</id> + <name>Scala-tools Maven2 Repository</name> + <url>http://scala-tools.org/repo-releases</url> + </pluginRepository> + <pluginRepository> <id>apache.snapshots</id> <url>http://repository.apache.org/snapshots/</url> </pluginRepository> @@ -1166,6 +1171,11 @@ <inherited>true</inherited> <extensions>true</extensions> </plugin> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + <version>2.15.2</version> + </plugin> </plugins> </build> <properties> @@ -3067,6 +3077,10 @@ </configuration> </plugin> + <plugin> + <groupId>org.scala-tools</groupId> + <artifactId>maven-scala-plugin</artifactId> + </plugin> </plugins> </reporting> <distributionManagement>
