Reputation: 19517
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: 1197
Reputation: 272277
Check out the Cargo plugin. It supports hot deployment to containers.
Upvotes: 2