Skip to content

Commit

Permalink
Merge pull request #995 from jbliznak/jts-crash-rec-wfmp
Browse files Browse the repository at this point in the history
[WFLY-20153] Add missing wildfly-maven-plugin configuration
  • Loading branch information
emmartins authored Dec 17, 2024
2 parents 668a727 + 3f5a4e6 commit 507200f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jta-crash-rec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<version.server>35.0.0.Beta1</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Beta2</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -128,6 +129,15 @@
<build>
<!-- Set the name of the WAR, used as the context root when the app is deployed. -->
<finalName>${project.artifactId}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.plugin.wildfly}</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down

0 comments on commit 507200f

Please sign in to comment.