2015-04-22 17:11:46 +00:00
|
|
|
<assembly>
|
|
|
|
<id>server-dist</id>
|
|
|
|
|
|
|
|
<formats>
|
|
|
|
<format>zip</format>
|
|
|
|
<format>tar.gz</format>
|
|
|
|
</formats>
|
|
|
|
|
|
|
|
<includeBaseDirectory>true</includeBaseDirectory>
|
|
|
|
|
2015-05-11 14:09:16 +00:00
|
|
|
<!-- If war is filtered it will get corrupted. Only need to filter module.xml -->
|
2015-04-22 17:11:46 +00:00
|
|
|
<fileSets>
|
|
|
|
<fileSet>
|
2015-05-11 14:09:16 +00:00
|
|
|
<directory>target/${project.build.finalName}</directory>
|
|
|
|
<outputDirectory/>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<includes>
|
|
|
|
<include>**/module.xml</include>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>target/${project.build.finalName}</directory>
|
|
|
|
<outputDirectory/>
|
|
|
|
<filtered>false</filtered>
|
2015-04-22 17:11:46 +00:00
|
|
|
<excludes>
|
2015-05-11 14:09:16 +00:00
|
|
|
<exclude>**/module.xml</exclude>
|
2015-04-22 17:11:46 +00:00
|
|
|
<exclude>welcome-content/**</exclude>
|
2015-05-11 14:09:16 +00:00
|
|
|
<exclude>appclient</exclude>
|
|
|
|
<exclude>appclient/*</exclude>
|
2015-04-24 07:19:40 +00:00
|
|
|
<exclude>standalone/deployments</exclude>
|
|
|
|
<exclude>standalone/deployments/*</exclude>
|
2015-04-22 17:11:46 +00:00
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
2015-04-27 14:27:08 +00:00
|
|
|
<fileSet>
|
2015-05-11 14:09:16 +00:00
|
|
|
<directory>src/main/welcome-content</directory>
|
|
|
|
<outputDirectory>welcome-content</outputDirectory>
|
2015-04-27 14:27:08 +00:00
|
|
|
<includes>
|
2015-05-11 14:09:16 +00:00
|
|
|
<include>*.*</include>
|
2015-04-27 14:27:08 +00:00
|
|
|
</includes>
|
|
|
|
</fileSet>
|
2015-04-22 17:11:46 +00:00
|
|
|
<fileSet>
|
2015-05-11 14:09:16 +00:00
|
|
|
<directory>../../forms/common-themes/src/main/resources/theme</directory>
|
|
|
|
<outputDirectory>standalone/configuration/themes</outputDirectory>
|
2015-04-22 17:11:46 +00:00
|
|
|
<includes>
|
2015-05-11 14:09:16 +00:00
|
|
|
<include>**/**</include>
|
2015-04-22 17:11:46 +00:00
|
|
|
</includes>
|
|
|
|
</fileSet>
|
2015-04-23 13:44:29 +00:00
|
|
|
<fileSet>
|
2015-05-11 14:09:16 +00:00
|
|
|
<directory>../../</directory>
|
2015-04-23 13:44:29 +00:00
|
|
|
<includes>
|
2015-05-11 14:09:16 +00:00
|
|
|
<include>License.html</include>
|
2015-04-23 13:44:29 +00:00
|
|
|
</includes>
|
2015-05-11 14:09:16 +00:00
|
|
|
<outputDirectory></outputDirectory>
|
2015-04-23 13:44:29 +00:00
|
|
|
</fileSet>
|
2015-04-22 17:11:46 +00:00
|
|
|
</fileSets>
|
|
|
|
|
2015-05-11 14:09:16 +00:00
|
|
|
<files>
|
|
|
|
<file>
|
|
|
|
<source>../server-overlay/src/main/themes/README.txt</source>
|
|
|
|
<outputDirectory>standalone/configuration/themes</outputDirectory>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<source>../server-overlay/src/main/providers/README.txt</source>
|
|
|
|
<outputDirectory>standalone/configuration/providers</outputDirectory>
|
|
|
|
</file>
|
|
|
|
</files>
|
2015-04-22 17:11:46 +00:00
|
|
|
</assembly>
|