I'm seeing the following error while building after doing a fresh check out.
Any clue what's missing and how to get that http-utils:jar:1.6-SNAPSHOT?
Thanks,
Harsha
[INFO] Using default encoding to copy filtered resources.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.sun.grizzly:http-utils:jar:1.6-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.grizzly
-DartifactId=http-utils \
-Dversion=1.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) com.sun.grizzly:framework:jar:1.6-SNAPSHOT
2) com.sun.grizzly:http-utils:jar:1.6-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.sun.grizzly:framework:jar:1.6-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)