I get the following error when trying to run the jboss-as:deploy goal.
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/user/.m2/repository),
central (http://repo.maven.apache.org/maven2)] -> [Help 1]
I tried out everything written here maven-javadoc-plugin and failsafe-maven-plugin missing when build JBoss Seam examples, but no luck. I need to make this plug-in work without having to add anything in the maven settings file (only in pom).
Assuming your build section has something like this in it:
Then you should be using
jboss:deployinstead ofjboss-as:deploy. But if its like:Then you should be using
jboss-as:deployinstead ofjboss:deploy.Both worked for me with a fresh install of maven 3.0.4 with a bare pom.