I want to deploy WAR of Maven project to JBoss server. I know that from Eclipse Export->War deploy the WAR file to JBoss. But How can I do this for Maven Project. Any step b
Well http://cargo.codehaus.org/Maven2+plugin could be a nice alternative, too.