Skip to content

Commit a7ca26c

Browse files
authored
Update build.sbt
1 parent b899c9c commit a7ca26c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build.sbt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ ThisBuild / scalacOptions ++= {
3737
Seq("-encoding", "UTF-8", "-deprecation", "-unchecked", "-feature") ++ additionalSettings
3838
}
3939

40-
publishMavenStyle := true
41-
4240
Test / publishArtifact := false
4341

4442
pomIncludeRepository := { x => false }
@@ -51,20 +49,6 @@ libraryDependencies ++= Seq(
5149
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
5250
)
5351

54-
publishTo := {
55-
if (version.value.trim.endsWith("SNAPSHOT"))
56-
Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
57-
else
58-
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
59-
}
60-
61-
ThisBuild / credentials += Credentials (Path.userHome / ".ivy2" / ".credentials")
62-
63-
ThisBuild / resolvers ++= Seq(
64-
Resolver.mavenLocal,
65-
Resolver.sonatypeRepo("snapshots")
66-
)
67-
6852
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-scala-module"))
6953

7054
Test / parallelExecution := false
@@ -77,11 +61,6 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
7761

7862
pomExtra := {
7963
pomExtra.value ++ Group(
80-
<scm>
81-
<connection>scm:git:git@github.com:swagger-akka-http/swagger-scala-module.git</connection>
82-
<developerConnection>scm:git:git@github.com:swagger-akka-http/swagger-scala-module.git</developerConnection>
83-
<url>https://github.com/swagger-akka-http/swagger-scala-module</url>
84-
</scm>
8564
<issueManagement>
8665
<system>github</system>
8766
<url>https://github.com/swagger-api/swagger-scala-module/issues</url>

0 commit comments

Comments
 (0)