mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
create empty war file for scm-it
This commit is contained in:
@@ -97,6 +97,14 @@
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<configuration>
|
||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||
<!--
|
||||
We need no war file.
|
||||
We only use war packaging for the jetty plugin.
|
||||
In order to avoid deploying huge useless artifacts,
|
||||
we will create an empty war file.
|
||||
This is useless too, but it should be small.
|
||||
-->
|
||||
<packagingExcludes>**</packagingExcludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user