mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
changed to staging repo
This commit is contained in:
parent
4a3321f253
commit
c1e018947d
@ -52,7 +52,7 @@ publishTo <<= (version) { version: String =>
|
|||||||
if (version.trim.endsWith("SNAPSHOT"))
|
if (version.trim.endsWith("SNAPSHOT"))
|
||||||
Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
|
Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
|
||||||
else
|
else
|
||||||
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/content/repositories/releases")
|
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
|
||||||
}
|
}
|
||||||
|
|
||||||
publishMavenStyle := true
|
publishMavenStyle := true
|
||||||
@ -112,4 +112,4 @@ pomExtra <<= (pomExtra, name, description) {(pom, name, desc) => pom ++ Group(
|
|||||||
|
|
||||||
assemblySettings
|
assemblySettings
|
||||||
|
|
||||||
jarName in assembly := "swagger-codegen.jar"
|
jarName in assembly := "swagger-codegen.jar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user