代码拉取完成,页面将自动刷新
import scala.concurrent.duration.DurationInt
homepage := Some(url("https://sparknlp.org"))
organizationName := "John Snow Labs"
organizationHomepage := Some(url("https://www.johnsnowlabs.com/"))
description := "Spark NLP is an open-source text processing library for advanced natural language processing."
scmInfo := Some(
ScmInfo(
url("https://github.com/JohnSnowLabs/spark-nlp"),
"scm:git@github.com:JohnSnowLabs/spark-nlp.git"))
licenses += "Apache-2.0" -> url("https://opensource.org/licenses/Apache-2.0")
// Maven Central publishing settings
ThisBuild / credentials += Credentials(Path.userHome / ".sbt" / "sonatype_central_credentials")
// Remove all additional repository other than Maven Central from POM
ThisBuild / pomIncludeRepository := { _ => false }
ThisBuild / publishMavenStyle := true
// new setting for the Central Portal
ThisBuild / publishTo := {
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
else localStaging.value
}
sonaUploadRequestTimeout := 60.minutes
// Developers
(ThisBuild / developers) := List(
Developer(
id = "saifjsl",
name = "Saif Addin",
email = "saif@johnsnowlabs.com",
url = url("https://github.com/saifjsl")),
Developer(
id = "maziyarpanahi",
name = "Maziyar Panahi",
email = "maziyar@johnsnowlabs.com",
url = url("https://github.com/maziyarpanahi")),
Developer(
id = "albertoandreottiATgmail",
name = "Alberto Andreotti",
email = "alberto@pacific.ai",
url = url("https://github.com/albertoandreottiATgmail")),
Developer(
id = "danilojsl",
name = "Danilo Burbano",
email = "danilo@johnsnowlabs.com",
url = url("https://github.com/danilojsl")),
Developer(
id = "rohit13k",
name = "Rohit Kumar",
email = "rohit@johnsnowlabs.com",
url = url("https://github.com/rohit13k")),
Developer(
id = "aleksei-ai",
name = "Aleksei Alekseev",
email = "aleksei@pacific.ai",
url = url("https://github.com/aleksei-ai")),
Developer(
id = "showy",
name = "Eduardo Muñoz",
email = "eduardo@johnsnowlabs.com",
url = url("https://github.com/showy")),
Developer(
id = "C-K-Loan",
name = "Christian Kasim Loan",
email = "christian@johnsnowlabs.com",
url = url("https://github.com/C-K-Loan")),
Developer(
id = "wolliq",
name = "Stefano Lori",
email = "stefano@johnsnowlabs.com",
url = url("https://github.com/wolliq")),
Developer(
id = "vankov",
name = "Ivan Vankov",
email = "ivan@johnsnowlabs.com",
url = url("https://github.com/vankov")),
Developer(
id = "alinapetukhova",
name = "Alina Petukhova",
email = "alina@johnsnowlabs.com",
url = url("https://github.com/alinapetukhova")),
Developer(
id = "DevinTDHa",
name = "Devin Ha",
email = "devin@johnsnowlabs.com",
url = url("https://github.com/DevinTDHa")),
Developer(
id = "ahmedlone127",
name = "Khawja Ahmed Lone",
email = "lone@johnsnowlabs.com",
url = url("https://github.com/ahmedlone127")))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。