[ANN] Apache Maven PMD Plugin 3.16.0 Released

2022-02-15 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.16.0 A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.

Re: Run all tests (also in dependent modules), fail build at end

2022-02-15 Thread Tibor Digana
(FIXED TYPO) Hi Alexander, I have realized that we can move straight ahead with the following. Basically your expectations are to shift the concrete phase execution of the build lifecycle to the end of the build. I can imagine a "generic" Extension and you would configure the Extension so that

Re: Run all tests (also in dependent modules), fail build at end

2022-02-15 Thread Tibor Digana
Hi Alexander, I have realized that we can move straight ahead with the following. Basically your expectations are to shift the concrete phase execution of the build lifecycle to the end of the build. I can imagine a "generic" Extension and you would configure the Extension so that the "test"

Re: Run all tests (also in dependent modules), fail build at end

2022-02-15 Thread Tibor Digana
Hi Alexander, Unfortunately nobody has replied to me, either in the ML. I guess the Extension API may really solve your issue. We need to have some prototype which can be developed apart of the Surefire project. I guess the prototype should confirm the whole idea. After we are fine with the