From 76965895d01fc32030a4199480865c7c0ffbaf11 Mon Sep 17 00:00:00 2001 From: Joachim Hofer Date: Sun, 20 Oct 2013 11:55:32 +0200 Subject: [PATCH] updated links for my plugins that moved to the sbt org on github, added testng plugin --- src/sphinx/Community/Community-Plugins.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index b74084397..c31629475 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -90,15 +90,17 @@ Test plugins https://github.com/skipoleschris/xsbt-cucumber-plugin - sbt-multi-jvm: https://github.com/typesafehub/sbt-multi-jvm +- sbt-testng-interface: + https://github.com/sbt/sbt-testng-interface - schoir (Distributed testing plugin): https://github.com/typesafehub/schoir Static Code Analysis plugins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cpd4sbt: https://bitbucket.org/jmhofer/cpd4sbt (copy/paste detection, +- cpd4sbt: https://github.com/sbt/cpd4sbt (copy/paste detection, works for Scala, too) -- findbugs4sbt: https://bitbucket.org/jmhofer/findbugs4sbt (FindBugs +- findbugs4sbt: https://github.com/sbt/findbugs4sbt (FindBugs only supports Java projects atm) - scalastyle: https://github.com/scalastyle/scalastyle-sbt-plugin (Scalastyle - static code checker for Scala) - sbt-stats: https://github.com/orrsella/sbt-stats (simple, extensible source code statistics) @@ -268,7 +270,7 @@ Code coverage plugins ~~~~~~~~~~~~~~~~~~~~~ - sbt-scct: https://github.com/dvc94ch/sbt-scct -- jacoco4sbt: https://bitbucket.org/jmhofer/jacoco4sbt +- jacoco4sbt: https://github.com/sbt/jacoco4sbt - xsbt-coveralls-plugin: https://github.com/theon/xsbt-coveralls-plugin Android plugin @@ -280,7 +282,7 @@ Android plugin Build interoperability plugins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ant4sbt: https://bitbucket.org/jmhofer/ant4sbt +- ant4sbt: https://github.com/sbt/ant4sbt OSGi plugin ~~~~~~~~~~~