Reputation: 19537
I just migrated from ant to maven .. and i successfully created a war from 3 module . But now i want my war to be deployed automatically into jboss server. Is there any plugin or So
help appreciated..
Upvotes: 1
Views: 1198
Reputation: 272417
Check out the Cargo plugin. It supports hot deployment to containers.
Upvotes: 2