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