Commit 66c063dd authored by wangqiang's avatar wangqiang

新增 dcs-plan-auto-task 模块

parent bd6c41e0
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yonde.dcs</groupId>
<artifactId>dcs-plan</artifactId>
<version>4.1-RELEASE</version>
</parent>
<groupId>com.yonde</groupId>
<artifactId>dcs-plan-auto-task</artifactId>
<version>4.1-RELEASE</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package com.yonde.auto.task;
public interface AutoTaskService {
}
......@@ -19,6 +19,7 @@
<module>dcs-plan-server</module>
<module>dcs-plan-build-lib</module>
<module>dcs-plan-build-thirdLib</module>
<module>dcs-plan-auto-task</module>
</modules>
<properties>
<java.version>1.8</java.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment