[java-idp-integration-tests] branch main updated: JPAR-236 - Force deletion of read-only files

Tom Zeller tzeller at dragonacea.biz
Mon Sep 29 12:38:58 UTC 2025


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=826840eecdf304ac719c522fee23136901ba25e5

The following commit(s) were added to refs/heads/main by this push:
     new 826840e  JPAR-236 - Force deletion of read-only files
826840e is described below

commit 826840eecdf304ac719c522fee23136901ba25e5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Sep 29 07:38:07 2025 -0500

    JPAR-236 - Force deletion of read-only files
    
    New with maven-clean-plugin 3.5.0
    
    https://github.com/apache/maven-clean-plugin/pull/252
    
    https://shibboleth.atlassian.net/browse/JPAR-236
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 816c7b7..3b405c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,6 +344,7 @@
             </plugin>
             <!-- Also delete the test-distributions directory during clean. -->
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
                 <configuration>
                     <filesets>
@@ -351,6 +352,7 @@
                             <directory>${test-distributions.directory}</directory>
                         </fileset>
                     </filesets>
+                    <force>true</force>
                 </configuration>
             </plugin>
             <!-- Override parent POM test output - console or file. -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list