Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible for the Maven Build Cache Extension to continually execute surefire:test and failsafe:integration-test in the absence of any alterations to the code. The build cache extension is designed to store and reuse the results of previous builds to speed up subsequent builds, but it does not have the capability to automatically trigger test executions. Test executions need to be triggered either manually or as part of a continuous integration/continuous deployment (CI/CD) pipeline.