Commit e06cd56a authored by Administrator's avatar Administrator

Improves wildfly-mysql-run profile reducing startup time

The wildfly-mysql-run profile has been improved by changing the wildfly
goal added to the install phase to deploy-only instead of deploy. This
should reduce the startup time.
parent aced3815
...@@ -819,7 +819,7 @@ ...@@ -819,7 +819,7 @@
<phase>install</phase> <phase>install</phase>
<goals> <goals>
<goal>start</goal> <goal>start</goal>
<goal>deploy</goal> <goal>deploy-only</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment