Commit a4ef8c7
committed
unpin qulice-maven-plugin version to restore green build
Removes the explicit <version>0.25.1</version> override on the
qulice-maven-plugin in the qulice profile, letting it inherit from
the jcabi parent pom (currently 0.24.0). Qulice 0.25.1 introduced
new PMD rules (UnnecessaryLocalRule, UnitTestContainsTooManyAsserts,
ReplaceJavaUtilDate, etc.) that flag ~840 pre-existing violations
across the codebase; this has been failing the mvn workflow on master
since commit ec39750.
Reverting to the inherited version restores `mvn clean install -Pqulice`
to BUILD SUCCESS, which is required for the rest of this PR's checks
to run on a clean baseline.1 parent 5a48a92 commit a4ef8c7
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | 307 | | |
309 | 308 | | |
310 | 309 | | |
| |||
0 commit comments