You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/02/19 14:12:00 UTC

[servicecomb-pack] branch master updated: [SCB-1158] Modify `ZIP` layout in maven plugin configuration support external jars (#407)

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 4baa266  [SCB-1158] Modify `ZIP` layout in maven plugin configuration support external jars (#407)
4baa266 is described below

commit 4baa266765f28fa0410be58ab6b3e461e0bf1985
Author: Lei Zhang <co...@gmail.com>
AuthorDate: Tue Feb 19 22:11:55 2019 +0800

    [SCB-1158] Modify `ZIP` layout in maven plugin configuration support external jars (#407)
    
    
    * [SCB-1158] Modify `ZIP` layout in maven plugin configuration support external jars
---
 alpha/alpha-server/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml
index 229735e..47ecbcb 100644
--- a/alpha/alpha-server/pom.xml
+++ b/alpha/alpha-server/pom.xml
@@ -189,6 +189,9 @@
       <plugin>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-maven-plugin</artifactId>
+        <configuration>
+          <layout>ZIP</layout>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>com.ethlo.persistence.tools</groupId>