Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6fac8123
authored
Apr 19, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
cb38e8f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
pom.xml
View file @
6fac8123
...
@@ -42,6 +42,10 @@
...
@@ -42,6 +42,10 @@
<groovy.version>
2.5.6
</groovy.version>
<groovy.version>
2.5.6
</groovy.version>
<quartz.version>
2.3.1
</quartz.version>
<quartz.version>
2.3.1
</quartz.version>
<maven-source-plugin.version>
3.0.1
</maven-source-plugin.version>
<maven-javadoc-plugin.version>
3.1.0
</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
<maven-war-plugin.version>
3.2.2
</maven-war-plugin.version>
</properties>
</properties>
<build>
<build>
...
@@ -82,7 +86,7 @@
...
@@ -82,7 +86,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.1
</version>
<version>
${maven-source-plugin.version}
</version>
<executions>
<executions>
<execution>
<execution>
<phase>
package
</phase>
<phase>
package
</phase>
...
@@ -96,7 +100,7 @@
...
@@ -96,7 +100,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
3.0.0
</version>
<version>
${maven-javadoc-plugin.version}
</version>
<executions>
<executions>
<execution>
<execution>
<phase>
package
</phase>
<phase>
package
</phase>
...
@@ -110,7 +114,7 @@
...
@@ -110,7 +114,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<artifactId>
maven-gpg-plugin
</artifactId>
<version>
1.6
</version>
<version>
${maven-gpg-plugin.version}
</version>
<configuration>
<configuration>
<useAgent>
false
</useAgent>
<useAgent>
false
</useAgent>
</configuration>
</configuration>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
View file @
6fac8123
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.6
</version>
<version>
${maven-war-plugin.version}
</version>
<configuration>
<configuration>
<archiveClasses>
false
</archiveClasses>
<archiveClasses>
false
</archiveClasses>
</configuration>
</configuration>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment