Skip to content

Commit 2edfedf

Browse files
Update staging repo for geospatial-client and opensearch-geospatial publication (#730)
Signed-off-by: Peter Zhu <[email protected]>
1 parent f64c995 commit 2edfedf

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ test {
119119

120120
publishing {
121121
repositories {
122+
maven {
123+
name = 'staging'
124+
url = "${rootProject.buildDir}/local-staging-repo"
125+
}
122126
maven {
123127
name = "Snapshots"
124128
url = "https://aws.oss.sonatype.org/content/repositories/snapshots"

client/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ spotless {
5656

5757
publishing {
5858
repositories {
59+
maven {
60+
name = 'staging'
61+
url = "${rootProject.buildDir}/local-staging-repo"
62+
}
5963
maven {
6064
name = "Snapshots"
6165
url = "https://aws.oss.sonatype.org/content/repositories/snapshots"

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ cp ${distributions}/*.zip ./$OUTPUT/plugins
8181

8282
# Publish plugin jars to maven
8383
./gradlew publishNebulaPublicationToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
84+
./gradlew publishNebulaPublicationToStagingRepository -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
8485

8586
# Publish plugin zips to maven
8687
./gradlew publishPluginZipPublicationToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER

0 commit comments

Comments
 (0)