You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/12/02 05:25:35 UTC

[phoenix-connectors] branch master updated: PHOENIX-6238 Fix missing executable permission because of MASSEMBLY-941

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 885e2b8  PHOENIX-6238 Fix missing executable permission because of MASSEMBLY-941
885e2b8 is described below

commit 885e2b82e7698ca7a2deb4c116af99ad1886431e
Author: Richard Antal <an...@gmail.com>
AuthorDate: Tue Dec 1 17:39:49 2020 +0100

    PHOENIX-6238 Fix missing executable permission because of MASSEMBLY-941
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3243b90..b6148ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
     <zookeeper.version>3.4.12</zookeeper.version>
     
     <!-- Plugin versions -->
+    <maven-assembly-plugin-version>3.1.1</maven-assembly-plugin-version>
     <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
     <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
     <maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
@@ -161,6 +162,11 @@
             <target>${jdk.version}</target>
           </configuration>
         </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>${maven-assembly-plugin-version}</version>
+        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
           only. It has no influence on the Maven build itself. -->
         <plugin>