Skip to content

Commit bc58363

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
chore(demo): add resourceBase directory for demo resources
1 parent 3462b91 commit bc58363

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@
193193
<supportedPackagings>
194194
<supportedPackaging>jar</supportedPackaging>
195195
</supportedPackagings>
196+
<webAppConfig>
197+
<resourceBases>
198+
<resourceBase>src/test/resources/META-INF/resources</resourceBase>
199+
</resourceBases>
200+
</webAppConfig>
196201
</configuration>
197202
</plugin>
198203
</plugins>

0 commit comments

Comments
 (0)