Skip to content

Commit 6c4ab9a

Browse files
use credentials from the home directory
1 parent 11494a5 commit 6c4ab9a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.sbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ lazy val root = (project in file("."))
4545
organization := "org.flinkextended",
4646
description := "Community-maintained fork of official Apache Flink Scala API",
4747
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
48-
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
49-
credentials += Credentials(
50-
"Sonatype Nexus Repository Manager",
51-
"oss.sonatype.org",
52-
"(Sonatype user name)",
53-
"(Sonatype password)"
54-
),
48+
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
5549
sonatypeCredentialHost := "s01.oss.sonatype.org",
5650
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
5751
publishMavenStyle := true,

0 commit comments

Comments
 (0)