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

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


The following commit(s) were added to refs/heads/master by this push:
     new 782372d  Exclude inner classes in surefire (#9875)
782372d is described below

commit 782372d8f51984f18de3b102cfb3c00c6dedb2bb
Author: Ali Ahmed <[email protected]>
AuthorDate: Wed Mar 10 21:05:31 2021 -0800

    Exclude inner classes in surefire (#9875)
    
    Co-authored-by: Ali Ahmed <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7e1875..7bbfe8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1506,7 +1506,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