Skip to content

Commit

Permalink
using newest wildfly-maven-plugin with Glow support
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Jan 28, 2024
1 parent 1bbb57d commit 03b722b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions batchProperty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.maven.wildfly.plugin}</version>
<configuration>
<discover-provisioning-info>
<version>${version.wildfly}</version>
</discover-provisioning-info>
</configuration>
<executions>
<execution>
<goals>
<goal>package</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@

<properties>
<version.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec>2.0.1.Final</version.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec>
<version.maven.wildfly.plugin>4.2.2.Final</version.maven.wildfly.plugin>
<wildfly.version>26.0.0.Final</wildfly.version>
<version.maven.wildfly.plugin>5.0.0.Beta2</version.maven.wildfly.plugin>
<version.wildfly>30.0.1.Final</version.wildfly>
<version.org.jboss.resteasy>6.2.7.Final</version.org.jboss.resteasy>
<version.org.jboss.resteasy.resteasy-jackson-provider>4.0.0.Beta5</version.org.jboss.resteasy.resteasy-jackson-provider>
<version.org.jberet.rest>1.4.1.Final</version.org.jberet.rest>
Expand Down

0 comments on commit 03b722b

Please sign in to comment.