diff --git a/pom.xml b/pom.xml index 270cd44cb..8235d9880 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ ${project.build.directory}/scala-${scala.binary.version}/jars 3.0.0 + 3.2.0 3.8.1 4.3.0 @@ -105,6 +106,10 @@ 1.6.0 1.6.0 0.13 + + + yyyy-MM-dd HH:mm:ss z + org.apache.kyuubi.shade @@ -1056,6 +1061,52 @@ ${maven.plugin.antrun.version} + + org.codehaus.mojo + build-helper-maven-plugin + ${maven.plugin.build.helper.version} + + + module-timestamp-property + validate + + timestamp-property + + + module.build.timestamp + ${maven.build.timestamp.format} + current + Asia/Shanghai + + + + local-timestamp-property + validate + + timestamp-property + + + local.build.timestamp + ${maven.build.timestamp.format} + build + Asia/Shanghai + + + + add-scala-sources + generate-sources + + add-source + + + + src/main/scala-${scala.binary.version} + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -1352,6 +1403,11 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + net.alchim31.maven scala-maven-plugin