I am new to maven and Jboss(actually, never used other server as well)
I have a flex/blazDS/Java project with maven and jboss server. How can i deploy it?
PS: When i do the development, I used maven to build the project(using mvn clean install package ...).
then, go to my eclipse, right click the main app, let it run on my server.