When building with maven 2, the following error happens on build.
[INFO] Unable to find resource 'org.mortbay.jetty:jetty-maven-plugin:pom:6.1.10' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.mortbay.jetty:jetty-maven-plugin
Reason: POM 'org.mortbay.jetty:jetty-maven-plugin' not found in repository: Unable to download the artifact from any repository
When building with maven 2, the following error happens on build.
[INFO] Unable to find resource 'org.mortbay.jetty:jetty-maven-plugin:pom:6.1.10' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM).
Project ID: org.mortbay.jetty:jetty-maven-plugin
Reason: POM 'org.mortbay.jetty:jetty-maven-plugin' not found in repository: Unable to download the artifact from any repository
org.mortbay.jetty:jetty-maven-plugin:pom:6.1.10
from the specified remote repositories: central (http://repo1.maven.org/maven2)
for project org.mortbay.jetty:jetty-maven-plugin
Probably just needs a version change in the pom.xml.