1 Star 3 Fork 2

Gitee 极速下载/spark-nlp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JohnSnowLabs/spark-nlp
克隆/下载
publish.sbt 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
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")))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/spark-nlp.git
git@gitee.com:mirrors/spark-nlp.git
mirrors
spark-nlp
spark-nlp
master

搜索帮助