|
@@ -43,7 +43,7 @@
|
|
<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-starter</finalName>
|
|
|
|
|
|
+ <finalName>examcloud-core-questions</finalName>
|
|
<descriptors>
|
|
<descriptors>
|
|
<descriptor>assembly.xml</descriptor>
|
|
<descriptor>assembly.xml</descriptor>
|
|
</descriptors>
|
|
</descriptors>
|
|
@@ -51,9 +51,9 @@
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>make-assembly</id>
|
|
<id>make-assembly</id>
|
|
- <phase>package</phase>
|
|
|
|
|
|
+ <phase>install</phase>
|
|
<goals>
|
|
<goals>
|
|
- <goal>single</goal>
|
|
|
|
|
|
+ <goal>assembly</goal>
|
|
</goals>
|
|
</goals>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|