You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/12 08:05:13 UTC

[incubator-skywalking] branch tests updated: Adjust config.

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

wusheng pushed a commit to branch tests
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/tests by this push:
     new 6ee343f  Adjust config.
6ee343f is described below

commit 6ee343f6f94a5bc85e249322ab73c83e31825c89
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 12 16:05:02 2019 +0800

    Adjust config.
---
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0141be8..839e562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,9 +408,14 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <excludes>**/*Test</excludes>
-                    <excludes>**/Test*</excludes>
-                    <excludes>**/generated/**</excludes>
+                    <includes>
+                        <include>org/apache/skywalking/**</include>
+                    </includes>
+                    <excludes>
+                        <exclude>**/generated/**</exclude>
+                        <exclude>**/*Test</exclude>
+                        <exclude>**/Test*</exclude>
+                    </excludes>
                 </configuration>
             </plugin>
             <plugin>