|
@@ -32,25 +32,18 @@
|
|
<configuration>
|
|
<configuration>
|
|
<archive>
|
|
<archive>
|
|
<manifest>
|
|
<manifest>
|
|
- <mainClass>cn.com.qmth.examcloud.core.questions.starter</mainClass>
|
|
|
|
|
|
+ <mainClass>cn.com.qmth.examcloud.core.questions.starter.Application</mainClass>
|
|
<addClasspath>true</addClasspath>
|
|
<addClasspath>true</addClasspath>
|
|
<classpathPrefix>./</classpathPrefix>
|
|
<classpathPrefix>./</classpathPrefix>
|
|
</manifest>
|
|
</manifest>
|
|
- <manifestEntries>
|
|
|
|
- <Class-Path>../config/</Class-Path>
|
|
|
|
- </manifestEntries>
|
|
|
|
</archive>
|
|
</archive>
|
|
- <excludes>
|
|
|
|
- <exclude>*.properties</exclude>
|
|
|
|
- <exclude>*.xml </exclude>
|
|
|
|
- </excludes>
|
|
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
- <finalName>examcloud-core-questions</finalName>
|
|
|
|
|
|
+ <finalName>examcloud-core-questions-starter</finalName>
|
|
<descriptors>
|
|
<descriptors>
|
|
<descriptor>assembly.xml</descriptor>
|
|
<descriptor>assembly.xml</descriptor>
|
|
</descriptors>
|
|
</descriptors>
|
|
@@ -60,7 +53,7 @@
|
|
<id>make-assembly</id>
|
|
<id>make-assembly</id>
|
|
<phase>package</phase>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goals>
|
|
- <goal>assembly</goal>
|
|
|
|
|
|
+ <goal>single</goal>
|
|
</goals>
|
|
</goals>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|