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

pengys pushed a commit to branch asf/5.0-alpha/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this 
push:
     new 5425178  Exclude web ui config file.
     new 2f30e88  Merge branches 'asf/5.0-alpha/release' and 
'asf/5.0-alpha/release' of https://github.com/apache/incubator-skywalking into 
asf/5.0-alpha/release
5425178 is described below

commit 5425178ccd2073f9020e8df9f64334dd889ef16a
Author: peng-yongsheng <[email protected]>
AuthorDate: Sun Mar 18 22:42:25 2018 +0800

    Exclude web ui config file.
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af69106..7cf2075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,10 @@
                         <exclude>**/skywalking-ui/.stylelintrc</exclude>
                         <exclude>**/skywalking-ui/.roadhogrc.mock.js</exclude>
                         <exclude>**/skywalking-ui/dist/**</exclude>
-                        <exclude>**/skywalking-ui/**</exclude>
+
+                        <!--web UI config JSON files -->
+                        <exclude>skywalking-ui/package.json</exclude>
+                        <exclude>skywalking-ui/package-lock.json</exclude>
                     </excludes>
                 </configuration>
                 <executions>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to