Skip to content

Commit a4ef8c7

Browse files
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

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@
304304
<plugin>
305305
<groupId>com.qulice</groupId>
306306
<artifactId>qulice-maven-plugin</artifactId>
307-
<version>0.25.1</version>
308307
<configuration>
309308
<excludes combine.children="append">
310309
<exclude>xml:/src/it/settings.xml</exclude>

0 commit comments

Comments
 (0)