-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
The wildfly-maven-plugin allows to provision and package WildFly server with the maven's deployment.
An important use case for this feature is to deploy the application on the cloud.
We can extend the feature of the plugin to also build the application image and push it to a container registry.
With that feature, the outcome of the "mvn package" command would be an image pushed to a container registry and ready to be deploy on cloud providers.
The actual executions of these commands would still be delegated to the docker binary.