wangwei 7 лет назад
Родитель
Сommit
573ad673a4
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      examcloud-core-examwork-starter/assembly.xml

+ 5 - 6
examcloud-core-examwork-starter/assembly.xml

@@ -11,12 +11,11 @@
 			<outputDirectory>/config</outputDirectory>
 		</fileSet>
 		<fileSet>
-			<directory>${project.basedir}/shell/start.sh</directory>
-			<outputDirectory>/</outputDirectory>
-			<fileMode>0777</fileMode>
-		</fileSet>
-		<fileSet>
-			<directory>${project.basedir}/shell/stop.sh</directory>
+			<directory>${project.basedir}/shell</directory>
+			<excludes>
+				<exclude>start.args</exclude>
+				<exclude>start.vmoptions</exclude>
+			</excludes>
 			<outputDirectory>/</outputDirectory>
 			<fileMode>0777</fileMode>
 		</fileSet>