|
@@ -4,16 +4,16 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
- <artifactId>examcloud-core-oe-face</artifactId>
|
|
|
+ <artifactId>examcloud-core-oe-task</artifactId>
|
|
|
<version>2019-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
- <artifactId>examcloud-core-oe-face-starter</artifactId>
|
|
|
+ <artifactId>examcloud-core-oe-task-starter</artifactId>
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
- <artifactId>examcloud-core-oe-face-api-provider</artifactId>
|
|
|
+ <artifactId>examcloud-core-oe-task-api-provider</artifactId>
|
|
|
<version>${examcloud.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
@@ -26,7 +26,7 @@
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<manifest>
|
|
|
- <mainClass>cn.com.qmth.examcloud.core.oe.student.face.starter.OEFaceApp</mainClass>
|
|
|
+ <mainClass>cn.com.qmth.examcloud.core.oe.student.task.starter.OEFaceApp</mainClass>
|
|
|
<addClasspath>true</addClasspath>
|
|
|
<classpathPrefix>./</classpathPrefix>
|
|
|
</manifest>
|
|
@@ -45,7 +45,7 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
<configuration>
|
|
|
- <finalName>examcloud-core-oe-face</finalName>
|
|
|
+ <finalName>examcloud-core-oe-task</finalName>
|
|
|
<descriptors>
|
|
|
<descriptor>assembly.xml</descriptor>
|
|
|
</descriptors>
|