Ask Your Question
2

Is it 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?

asked 2021-05-04 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-02-05 10:00:00 +0000

david gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-04 11:00:00 +0000

Seen: 9 times

Last updated: Feb 05 '23