Skip to content

Commit

Permalink
[1.4.x]: Removes sbt-eclipse-plugin. Users should handle it globally …
Browse files Browse the repository at this point in the history
…on their … (lagom#1824)

…envs

playframework/play-meta#50
  • Loading branch information
ignasi35 authored and octonato committed Mar 26, 2019
1 parent 8cad471 commit f6af20a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,6 @@ lazy val `maven-launcher` = (project in file("dev") / "maven-launcher")
.settings(
name := "lagom-maven-launcher",
description := "Dummy project, exists only to resolve the maven launcher classpath",
EclipseKeys.projectFlavor := EclipseProjectFlavor.Java,
Dependencies.`maven-launcher`
)

Expand Down Expand Up @@ -1202,7 +1201,7 @@ def archetypeProject(archetypeName: String) =
},
// Don't force copyright headers in Maven archetypes
HeaderKey.excludes := Seq("*")
).disablePlugins(EclipsePlugin)
)

lazy val `maven-java-archetype` = archetypeProject("java")
lazy val `maven-dependencies` = (project in file("dev") / "maven-dependencies")
Expand Down
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.7.1")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.3.8")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.5")

Expand Down

0 comments on commit f6af20a

Please sign in to comment.