summaryrefslogtreecommitdiff
path: root/client/client-benchmark-noop-api-plugin
diff options
context:
space:
mode:
authorRyan Ernst <ryan@iernst.net>2016-09-19 15:10:41 -0700
committerGitHub <noreply@github.com>2016-09-19 15:10:41 -0700
commit85b8f294152714273c3dadf790bd6e67c1598139 (patch)
tree1ec2608f3aeae183d3b6c15880a85bd18f7ded10 /client/client-benchmark-noop-api-plugin
parente2854bb3a4ddb7465395f2813f6074918c74e361 (diff)
Build: Remove old maven deploy support (#20403)
* Build: Remove old maven deploy support This change removes the old maven deploy that we have in parallel to maven-publish, and makes maven-publish fully work with publishing to maven local. Using `gradle publishToMavenLocal` should be used to publish to .m2. Note that there is an unfortunate hack that means for zip artifacts we must first create/publish a dummy pom file, and then follow that with the real pom file. It would be nice to have the pom file contains packaging=zip, but maven central then requires sources and javadocs. But our zips are really just attached artifacts, so we already set the packaging type to pom for our zip files. This change just works around a limitation of the underlying maven publishing library which silently skips attached artifacts when the packaging type is set to pom. relates #20164 closes #20375 * Remove unnecessary extra spacing
Diffstat (limited to 'client/client-benchmark-noop-api-plugin')
-rw-r--r--client/client-benchmark-noop-api-plugin/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client-benchmark-noop-api-plugin/build.gradle b/client/client-benchmark-noop-api-plugin/build.gradle
index 9f3af3ce00..a0d52f1591 100644
--- a/client/client-benchmark-noop-api-plugin/build.gradle
+++ b/client/client-benchmark-noop-api-plugin/build.gradle
@@ -20,7 +20,6 @@
group = 'org.elasticsearch.plugin'
apply plugin: 'elasticsearch.esplugin'
-apply plugin: 'com.bmuschko.nexus'
esplugin {
name 'client-benchmark-noop-api'