Hi,
I am trying to build jetty6 assembly but it fails in modules-jetty6.
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.mortbay.jetty -DartifactId=jetty \
-Dversion=6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty6:jar:2.0-SNAPSHOT
2) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT
I am not able to find jetty jar for 6.1-SNAPSHOT in the repos.
Regards
Krish