[Notice] Announcing the End of Demo Server [Read me]

remove unimplemented link
@fcfd390c6431ae2a0c92ff937f2a17c659458123
--- project/Build.scala
+++ project/Build.scala
... | ... | @@ -32,6 +32,9 @@ |
32 | 32 |
"commons-lang" % "commons-lang" % "2.6", |
33 | 33 |
"org.apache.tika" % "tika-core" % "1.2", |
34 | 34 |
"commons-io" % "commons-io" % "2.4" |
35 |
+// "org.jacoco" % "org.jacoco.core" % "0.6.1-SNAPSHOT", |
|
36 |
+// "org.jacoco" % "org.jacoco.report" % "0.6.1-SNAPSHOT" |
|
37 |
+ |
|
35 | 38 |
) |
36 | 39 |
|
37 | 40 |
val projectSettings = Play2WarPlugin.play2WarSettings ++ Seq( |
... | ... | @@ -41,9 +44,12 @@ |
41 | 44 |
resolvers += "scm-manager release repository" at "http://maven.scm-manager.org/nexus/content/groups/public", |
42 | 45 |
templatesImport += "models.enumeration._", |
43 | 46 |
lessEntryPoints <<= baseDirectory(_ / "app" / "assets" / "stylesheets" ** "*.less"), |
47 |
+// jacoco.settings:_*, |
|
44 | 48 |
Play2WarKeys.servletVersion := "3.0" |
45 | 49 |
// Or Play2WarKeys.servletVersion := "2.5" |
46 | 50 |
) |
47 | 51 |
|
48 |
- val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(projectSettings: _*) |
|
52 |
+ val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(projectSettings: _* |
|
53 |
+// parallelExecution in jacoco.Config := false |
|
54 |
+ ) |
|
49 | 55 |
} |
--- project/plugins.sbt
+++ project/plugins.sbt
... | ... | @@ -11,3 +11,4 @@ |
11 | 11 |
addSbtPlugin("play" % "sbt-plugin" % "2.0.4") |
12 | 12 |
|
13 | 13 |
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "0.7.4") |
14 |
+ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?