shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

CONGO builds fail on maven2 with jetty dependency error #341

Closed shevett closed 9 years ago

shevett commented 10 years ago

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.

shevett commented 9 years ago

This is not happening now, I am able to do curren tbuilds with the currently configured pom.xml. Closing.