You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/07 08:19:28 UTC

[GitHub] [maven-gh-actions-shared] olamy commented on a diff in pull request #54: clean local repo as well to be sure we do not lock files

olamy commented on code in PR #54:
URL: https://github.com/apache/maven-gh-actions-shared/pull/54#discussion_r915595779


##########
.github/workflows/maven-verify.yml:
##########
@@ -208,7 +208,12 @@ jobs:
         shell: bash
 
       - name: Clean Ensuring no file handle remains open on windows
-        run: ./mvnw clean --errors --batch-mode --show-version
+        run: ./mvnw clean --errors --batch-mode --show-version   
+        
+      - name: clean local repo to ensure no locks remains on files
+        if: always()
+        run: rm -rf ~/.m2/

Review Comment:
   so we cannot test if our build/library/plugins are locking files?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org