We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
provisioned-server
1 parent 626cce3 commit 29e31c5Copy full SHA for 29e31c5
1 file changed
batch-processing/pom.xml
@@ -49,6 +49,7 @@
49
<!-- the versions for BOMs, Packs and Plugins -->
50
<version.bom.ee>${version.server}</version.bom.ee>
51
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
52
+ <jboss.home>${project.build.directory}${file.separator}server</jboss.home>
53
</properties>
54
55
<dependencyManagement>
@@ -192,6 +193,11 @@
192
193
<profiles>
194
<profile>
195
<id>provisioned-server</id>
196
+ <activation>
197
+ <activeByDefault>
198
+ true
199
+ </activeByDefault>
200
+ </activation>
201
<build>
202
<plugins>
203
<plugin>
0 commit comments