diff --git a/dsUtils/pom.xml b/dsUtils/pom.xml index 706436d0..f9a69cb7 100644 --- a/dsUtils/pom.xml +++ b/dsUtils/pom.xml @@ -183,4 +183,47 @@ provided + + dsRes + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 21 + 21 + UTF-8 + -parameters + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + com.jfinal.plugin.activerecord + com.dsideal.shaded.jfinal.plugin.activerecord + + + + + + + + \ No newline at end of file