Skip to content

Commit 6f68561

Browse files
committed
Add resourceBases configuration
1 parent bee35c7 commit 6f68561

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@
180180
<!-- Use test scope because the UI/demo classes are in
181181
the test package. -->
182182
<useTestScope>true</useTestScope>
183+
<webAppConfig>
184+
<resourceBases>
185+
<resourceBase>src/test/resources/META-INF/resources</resourceBase>
186+
<resourceBase>src/main/resources/META-INF/resources</resourceBase>
187+
</resourceBases>
188+
</webAppConfig>
183189
<supportedPackagings>
184190
<supportedPackaging>jar</supportedPackaging>
185191
</supportedPackagings>

0 commit comments

Comments
 (0)