Thursday, April 18, 2013

Maven Error: No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories

To solve the error:

No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories

Just run this command :

mvn org.mortbay.jetty:jetty-maven-plugin:run

Resource:
http://appfuse.547863.n4.nabble.com/No-plugin-found-for-prefix-jetty-in-the-current-project-td3041024.html

No comments: