slms4redd / admin-interface

Administration interface for the SLMS portal
1 stars 3 forks source link

Missing artifacts for jetty-maven-plugin #55

Open Damianofds opened 9 years ago

Damianofds commented 9 years ago

In this commit related to ember-js integration: https://github.com/slms4redd/admin-interface/commit/d5d22d4b74f1fa8cf51c9b6bfbbcb394621f5e95

The former maven-jetty-plugin

<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.20</version>

has been replaced with jetty-maven-plugin

<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.0.M2</version>

but some artifacts of that plugin are missing and mvn jetty:run doesn't work... are there some further maven repositories to add? another command to launch?

in detail the artifact org.eclipse.jetty.websocket:websocket-servlet:pom:9.3.0.M2 cannot be found on any configured repositories