I followed the build instructions from the website, but they don't
seem to work. It seems an artifact is missing.
$ git clone git://
github.com/chirino/hawtdb.git
$ cd hawtdb
$ mvn install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.fusesource.mvnplugins:fuse-jxr-skin:jar:1.9-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.fusesource.mvnplugins -
DartifactId=fuse-jxr-skin -Dversion=1.9-SNAPSHOT -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.fusesource.mvnplugins -
DartifactId=fuse-jxr-skin -Dversion=1.9-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.fusesource.hawtdb:hawtdb:bundle:1.3-SNAPSHOT
2) org.fusesource.mvnplugins:fuse-jxr-skin:jar:1.9-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.fusesource.hawtdb:hawtdb:bundle:1.3-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)