Skip to content

Commit

Permalink
using provisioned-server as default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 30, 2024
1 parent 626cce3 commit 29e31c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<jboss.home>${project.build.directory}${file.separator}server</jboss.home>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -192,6 +193,11 @@
<profiles>
<profile>
<id>provisioned-server</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 29e31c5

Please sign in to comment.