Maven Wildfly plugin deploy takes a long time

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Maven Wildfly plugin deploy takes a long time



Is there anything I can do to improve the time of the wildfly deployment using maven? The size of the war is 35mb and each deploy spends almost 5 min to make a deploy, is it normal? When I am developing and I need to do a lot of deploys, it takes too much time. This is in the development environment.


<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.2.1.Final</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>





Is WildFly running locally on your development computer? 5 minutes seems like a while if everything is running locally.
– James R. Perkins
Aug 9 at 17:11





Yes, it's. The problem is because when I am working at the front end, all the time I need to do a deploy.
– Fernando Limeira
Aug 9 at 17:17





With the maven plugin it's deployed over a network connection, but that should be fairly fast I'd think on the same machine. Are there a lot of EJB's or CDI beans? Anything that might take some time to process?
– James R. Perkins
Aug 9 at 20:25





No, there are no EJB and CDI. I don't think so.
– Fernando Limeira
Aug 10 at 15:01





I'm not sure what would be taking that long unless there is some weird network setup.
– James R. Perkins
Aug 10 at 22:09









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard