Skip to content

Commit 0781462

Browse files
Remove publishToMavenLocal from default build scripts (#4436)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent a1663d3 commit 0781462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/default/opensearch/build.sh

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

8282
# Publish plugin zips to maven
83-
./gradlew publishToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
8483
./gradlew publishPluginZipPublicationToZipStagingRepository -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
8584
mkdir -p $OUTPUT/maven/org/opensearch
8685
cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT/maven/org/opensearch

0 commit comments

Comments
 (0)