mirror of https://github.com/sbt/sbt.git
Publish sbt-dependency-tree Maven style
This commit is contained in:
parent
bfc154e7dd
commit
7956528f25
|
|
@ -654,6 +654,7 @@ lazy val dependencyTreeProj = (project in file("dependency-tree"))
|
||||||
sbtPlugin := true,
|
sbtPlugin := true,
|
||||||
baseSettings,
|
baseSettings,
|
||||||
name := "sbt-dependency-tree",
|
name := "sbt-dependency-tree",
|
||||||
|
publishMavenStyle := true,
|
||||||
// mimaSettings,
|
// mimaSettings,
|
||||||
mimaPreviousArtifacts := Set.empty,
|
mimaPreviousArtifacts := Set.empty,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue