You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/10/03 18:59:51 UTC

[pulsar] branch master updated: add wagon-ssh plugin to modules not inherit pulsar parent (#2696)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new af85a05  add wagon-ssh plugin to modules not inherit pulsar parent (#2696)
af85a05 is described below

commit af85a05ef8c76862e0fccd8261ee4616da073fd2
Author: Rajan Dhabalia <rd...@apache.org>
AuthorDate: Wed Oct 3 11:59:46 2018 -0700

    add wagon-ssh plugin to modules not inherit pulsar parent (#2696)
---
 buildtools/pom.xml                     | 7 +++++++
 pulsar-sql/presto-distribution/pom.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 8dfdf9d..e15aead 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -68,5 +68,12 @@
         </configuration>
       </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>2.10</version>
+      </extension>
+    </extensions>
   </build>
 </project>
diff --git a/pulsar-sql/presto-distribution/pom.xml b/pulsar-sql/presto-distribution/pom.xml
index 6a8183f..5985b6c 100644
--- a/pulsar-sql/presto-distribution/pom.xml
+++ b/pulsar-sql/presto-distribution/pom.xml
@@ -169,5 +169,12 @@
                 </configuration>
             </plugin>
         </plugins>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ssh-external</artifactId>
+                <version>2.10</version>
+            </extension>
+        </extensions>
     </build>
 </project>
\ No newline at end of file