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-queryserver.git


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

commit 0973ef35e0c404435019ff46db8fe1492d23a45d
Author: Richard Antal <richard.an...@cloudera.com>
AuthorDate: Tue Dec 1 17:46:01 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 bcd8126..ef16bbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,7 @@
         <junit.version>4.12</junit.version>
 
         <!-- Plugin versions -->
+        <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
         <maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
         
<maven-build-helper-plugin.version>1.9.1</maven-build-helper-plugin.version>
         <spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
@@ -166,6 +167,11 @@
                     </executions>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>${maven-assembly-plugin.version}</version>
+                </plugin>
+                <plugin>
                     <artifactId>maven-dependency-plugin</artifactId>
                     <executions>
                         <execution>

Reply via email to