From 4c3274c0699a4f87597937a1115b1ab73a6cb6be Mon Sep 17 00:00:00 2001 From: vlad Date: Mon, 8 Aug 2016 17:10:02 -0700 Subject: Sbt plugin with common sbt configurations --- project/.sbtserver | 3 +++ project/.sbtserver.lock | 0 project/build.properties | 4 ++++ project/plugins.sbt | 17 +++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 project/.sbtserver create mode 100644 project/.sbtserver.lock create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') diff --git a/project/.sbtserver b/project/.sbtserver new file mode 100644 index 0000000..8dcde7c --- /dev/null +++ b/project/.sbtserver @@ -0,0 +1,3 @@ +#Server Startup at 2016-07-06T23:09+0000 +#Wed Jul 06 16:09:57 PDT 2016 +server.uri=http\://0.0.0.0\:58105 diff --git a/project/.sbtserver.lock b/project/.sbtserver.lock new file mode 100644 index 0000000..e69de29 diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..4c003f6 --- /dev/null +++ b/project/build.properties @@ -0,0 +1,4 @@ +#Activator-generated Properties +#Wed Jul 06 16:08:49 PDT 2016 +template.uuid=a675a7df-bee3-48df-9eaa-688d99e5814e +sbt.version=0.13.8 diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..e15ba4a --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,17 @@ + +// Code style plugins +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.2.10") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "1.0.1") +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") + +// Launch and deploy/release plugins +addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3") +addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0") + +// This plugin represents functionality that is to be added to sbt in the future +addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1") \ No newline at end of file -- cgit v1.2.3