You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/03 13:25:38 UTC

[incubator-zipkin-brave] branch master updated: skip deploy of benchmarks

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git


The following commit(s) were added to refs/heads/master by this push:
     new 68bab4f  skip deploy of benchmarks
68bab4f is described below

commit 68bab4f8d4efabfdf2ec36757ccb1b2873fa30d2
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 3 21:25:25 2019 +0800

    skip deploy of benchmarks
---
 instrumentation/benchmarks/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml
index 2b6500e..0745a28 100644
--- a/instrumentation/benchmarks/pom.xml
+++ b/instrumentation/benchmarks/pom.xml
@@ -253,6 +253,12 @@
         </configuration>
       </plugin>
       <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>net.orfjackal.retrolambda</groupId>
         <artifactId>retrolambda-maven-plugin</artifactId>
         <executions>