I m integrating terracotta2.5 with Jetty6.1.5 using maven2
I m getting this error , probably jar file is misssing . Where i can found this jar files ...
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.terracotta:tc:jar:2.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.terracotta -DartifactId=tc -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.terracotta -DartifactId=tc -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
Path to dependency:
1) org.mortbay.jetty:jetty-terracotta-sessions:jar:6.1.4
2) org.terracotta:tc:jar:2.2.1
----------
1 required artifact is missing.
for artifact:
org.mortbay.jetty:jetty-terracotta-sessions:jar:6.1.4