Skip to content

Commit

Permalink
[WFLY-18853] added pluginManagement section for wildfly-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
istudens committed Dec 15, 2023
1 parent 416b334 commit 882a4d9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions servlet-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.plugin.wildfly}</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>provisioned-server</id>
Expand Down
12 changes: 12 additions & 0 deletions websocket-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.plugin.wildfly}</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>provisioned-server</id>
Expand Down
12 changes: 12 additions & 0 deletions websocket-hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.plugin.wildfly}</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>provisioned-server</id>
Expand Down

0 comments on commit 882a4d9

Please sign in to comment.