From f130c4f68fe51083344afb8775b81b4f44b2d48e Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Thu, 22 Aug 2024 11:59:39 +0800 Subject: [PATCH] fixup --- pom.xml | 100 ++++++++++++++++++++++++++------------------------------ 1 file changed, 47 insertions(+), 53 deletions(-) diff --git a/pom.xml b/pom.xml index a0b33fbe0806..e95300744813 100644 --- a/pom.xml +++ b/pom.xml @@ -141,59 +141,6 @@ 2.12.15 2.12 - - - - - net.alchim31.maven - scala-maven-plugin - ${scala.compiler.version} - - - - org.wartremover - wartremover_${scala.binary.version} - 3.1.6 - - - - - io.github.zhztheplayer.scalawarts - scalawarts_${scala.binary.version} - 0.1.2 - - - ${scala.recompile.mode} - - -Wconf:msg=While parsing annotations in:silent,any:e - -Ywarn-unused:imports - -deprecation - -feature - -Wconf:cat=deprecation:wv,any:e - -P:wartremover:traverser:io.github.zhztheplayer.scalawarts.InheritFromCaseClass - - - - - scala-compile-first - process-resources - - add-source - compile - - - - scala-test-compile-first - process-test-resources - - testCompile - - - - - - - scala-2.13 @@ -872,6 +819,53 @@ + + net.alchim31.maven + scala-maven-plugin + ${scala.compiler.version} + + + + org.wartremover + wartremover_${scala.binary.version} + 3.1.6 + + + + + io.github.zhztheplayer.scalawarts + scalawarts_${scala.binary.version} + 0.1.2 + + + ${scala.recompile.mode} + + -Wconf:msg=While parsing annotations in:silent,any:e + -Ywarn-unused:imports + -deprecation + -feature + -Wconf:cat=deprecation:wv,any:e + -P:wartremover:traverser:io.github.zhztheplayer.scalawarts.InheritFromCaseClass + + + + + scala-compile-first + process-resources + + add-source + compile + + + + scala-test-compile-first + process-test-resources + + testCompile + + + + org.apache.maven.plugins maven-checkstyle-plugin