olamy commented on code in PR #50: URL: https://github.com/apache/maven-gh-actions-shared/pull/50#discussion_r913690360
########## .github/workflows/maven-verify.yml: ########## @@ -272,6 +272,10 @@ jobs: - name: Build with Maven if: steps.should-run.conclusion == 'success' run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args }} ${{ inputs.verify-goal }} + + - name: Clean Ensuring no file handle remains open on windows + if: steps.should-run.conclusion == 'success' + run: ./mvnw clean Review Comment: With locally I mean locally on your laptop :) This check is here to detect our builds/plugins/etc do not leave files open for windows users. It would be a problem if anything leave files open for windows users. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org