Skip to content

Commit a7b75f4

Browse files
javier-godoypaodb
authored andcommitted
ci: use webApp instead of webAppConfig in jetty configuration
1 parent 8e16ce3 commit a7b75f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@
187187
<supportedPackagings>
188188
<supportedPackaging>jar</supportedPackaging>
189189
</supportedPackagings>
190-
<webAppConfig>
190+
<webApp>
191191
<resourceBases>
192192
<resourceBase>src/main/resources/META-INF/resources</resourceBase>
193193
<resourceBase>src/test/resources/META-INF/resources</resourceBase>
194194
</resourceBases>
195-
</webAppConfig>
195+
</webApp>
196196
</configuration>
197197
</plugin>
198198
</plugins>

0 commit comments

Comments
 (0)