We are moving from tomcat to JBoss AS7 and I been reading the docs and it tells me to do a
mvn jboss-as:deploy on the project but I get:
[ERROR] No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jsmith/.m2/repository), central (http://repo.maven.apache.org/maven2)] -> [Help 1]
can someone please tell me what I am missing in my setup..
I was missing
from my pom.xml file