From 3568340cc20e2d31791c8522e2d4fbdf91b0a6f4 Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Sat, 27 Oct 2018 22:42:47 +0800 Subject: [PATCH] =?UTF-8?q?maven=20=E9=85=8D=E7=BD=AE=E7=B2=BE=E7=AE=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/XXL-JOB官方文档.md | 1 + pom.xml | 43 +++---------------- .../xxl-job-executor-sample-spring/pom.xml | 13 ++++++ 3 files changed, 21 insertions(+), 36 deletions(-) diff --git a/doc/XXL-JOB官方文档.md b/doc/XXL-JOB官方文档.md index 2e343b13..c1c0d867 100644 --- a/doc/XXL-JOB官方文档.md +++ b/doc/XXL-JOB官方文档.md @@ -1358,6 +1358,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段 - 19、任务支持切换执行器; - 20、任务自动注册;待考虑,因为任务自动注册将会导致任务难以管理控制; - 21、批量触发支持,添加参数 "org.quartz.scheduler.batchTriggerAcquisitionMaxCount: 50"; +- 22、失败重试间隔; ## 七、其他 diff --git a/pom.xml b/pom.xml index 20dd4771..ded21de3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,11 @@ UTF-8 UTF-8 UTF-8 + 1.7 + 1.7 + + true + 3.1.0 2.3.3 @@ -53,40 +58,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - UTF8 - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - UTF-8 - - - - org.apache.maven.plugins - maven-war-plugin - 2.5 - - false - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - true - - @@ -123,7 +94,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 package @@ -137,7 +108,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.0.0 package diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml b/xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml index e0c158fc..b01e1c48 100644 --- a/xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml +++ b/xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml @@ -36,4 +36,17 @@ + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + + + + + \ No newline at end of file