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

aahmed pushed a commit to branch sureFireExclude
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit f47bc08af6c61726539792ec3f94d7a7561d91d9
Author: Ali Ahmed <[email protected]>
AuthorDate: Wed Mar 10 17:36:00 2021 -0800

    Exclude inner classes in surefire
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a7e1875..cd252ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,6 @@ flexible messaging model and an intuitive client 
API.</description>
   <properties>
     <!--config keys to congiure test selection -->
     <include>*</include>
-    <exclude/>
     <groups/>
     <excludedGroups/>
 
@@ -1506,7 +1505,7 @@ flexible messaging model and an intuitive client 
API.</description>
                 <include>${include}</include>
             </includes>
             <excludes>
-                <exclude>${exclude}</exclude>
+                <exclude>**/*$*,${exclude}</exclude>
             </excludes>
             <groups>${groups}</groups>
             <excludedGroups>${excludedGroups}</excludedGroups>

Reply via email to