xueli.xue 8 년 전
부모
커밋
7679403170
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      xxl-job-core/pom.xml

+ 4 - 0
xxl-job-core/pom.xml 파일 보기

@@ -9,6 +9,10 @@
9 9
 	<artifactId>xxl-job-core</artifactId>
10 10
 	<packaging>jar</packaging>
11 11
 
12
+	<name>xxl-job-core</name>
13
+	<description>A lightweight distributed task scheduling framework.</description>
14
+	<url>http://www.xuxueli.com/</url>
15
+
12 16
 	<properties>
13 17
 		<spring.version>3.2.17.RELEASE</spring.version>
14 18
 	</properties>