Browse Source

pom文件提交

weiwenhai 7 years ago
parent
commit
be7885a4e2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examcloud-core-questions-starter/pom.xml

+ 3 - 3
examcloud-core-questions-starter/pom.xml

@@ -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>