Skip to content

Commit 149c5be

Browse files
committed
Update maven-war-plugin
Signed-off-by: yutao04 <[email protected]>
1 parent c53574e commit 149c5be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hango-api-plane-server/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,15 @@
223223
<artifactId>maven-war-plugin</artifactId>
224224
<configuration>
225225
<failOnMissingWebXml>false</failOnMissingWebXml>
226+
<webResources>
227+
<resource>
228+
<directory>lib/</directory>
229+
<targetPath>WEB-INF/lib</targetPath>
230+
<includes>
231+
<include>**/*.jar</include>
232+
</includes>
233+
</resource>
234+
</webResources>
226235
</configuration>
227236
</plugin>
228237

0 commit comments

Comments
 (0)