mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Build] Exclude examples from produced WAR
Exclude example bundles from produced web archive; this allows the example folder to grow (e.g. in support of framework component demonstration for WTD-518) without influencing the size of the built archive.
This commit is contained in:
parent
074958317f
commit
89a70973d6
1
pom.xml
1
pom.xml
@ -32,6 +32,7 @@
|
|||||||
**/bundle.json
|
**/bundle.json
|
||||||
</warSourceIncludes>
|
</warSourceIncludes>
|
||||||
<warSourceExcludes>
|
<warSourceExcludes>
|
||||||
|
example/**/*,
|
||||||
**/test/lib/*
|
**/test/lib/*
|
||||||
</warSourceExcludes>
|
</warSourceExcludes>
|
||||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user