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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git

commit 16f4829576d54444feb459f158737cb1806ea33c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 08:01:47 2026 -0400

    Add android-tests to source assembly.
    
    Remove redundant entries.
---
 src/assembly/src.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index f1f354a..0cf2c32 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -34,13 +34,13 @@
                 <include>RELEASE-NOTES.txt</include>
                 <include>SECURITY.md</include>
                 <include>pom.xml</include>
-                <include>src/conf/checkstyle.xml</include>
-                <include>src/conf/maven-pmd-plugin.xml</include>
-                <include>src/conf/spotbugs-exclude-filter.xml</include>
             </includes>
         </fileSet>
         <fileSet>
             <directory>src</directory>
         </fileSet>
+        <fileSet>
+            <directory>android-tests</directory>
+        </fileSet>
     </fileSets>
 </assembly>

Reply via email to