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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c92d1c  minor, fix format in pom
0c92d1c is described below

commit 0c92d1cbbb22ffa222b7f3e476e5441bac50f756
Author: shaofengshi <shaofeng...@apache.org>
AuthorDate: Mon Dec 24 22:49:55 2018 +0800

    minor, fix format in pom
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b20cc26..4db72bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1620,9 +1620,11 @@
                   <tarLongFileMode>posix</tarLongFileMode>
                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                   <appendAssemblyId>true</appendAssemblyId>
-                  <descriptor>
+                  <descriptors>
+                    <descriptor>
                     assembly/src/main/config/assemblies/source-assembly.xml
-                  </descriptor>
+                    </descriptor>
+                  </descriptors>
                   <finalName>apache-kylin-${project.version}</finalName>
                 </configuration>
               </execution>

Reply via email to