Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Nov 17, 2023
1 parent 49129f6 commit 3ab17c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spring-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<feature-packs>
<feature-pack>
<location>org.wildfly:wildfly-galleon-pack:${version.server}</location>
</feature-pack>
\ </feature-packs>
<!-- deploys the quickstart on root web context -->
<name>ROOT.war</name>
</configuration>
Expand All @@ -234,6 +239,15 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<feature-packs>
<feature-pack>
<location>org.wildfly:wildfly-galleon-pack:${version.server}</location>
</feature-pack>
<feature-pack>
<location>org.wildfly.cloud:wildfly-cloud-galleon-pack:${version.pack.cloud}
</location>
</feature-pack>
</feature-packs>
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down

0 comments on commit 3ab17c1

Please sign in to comment.