You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/04/06 08:09:05 UTC

[pulsar] 01/04: Exclude inner classes in surefire (#9875)

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

lhotari pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 1604093da499e75194428f7e95ea4cacd62608e4
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Wed Mar 10 21:05:31 2021 -0800

    Exclude inner classes in surefire (#9875)
    
    Co-authored-by: Ali Ahmed <al...@splunk.com>
    (cherry picked from commit 782372d8f51984f18de3b102cfb3c00c6dedb2bb)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49c43b799d1..84ef2379752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1366,7 +1366,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>