maven build issue with 1.3

0 views
Skip to first unread message

Justin

unread,
Jul 28, 2010, 3:12:34 PM7/28/10
to hawtdb
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)

Hiram Chirino

unread,
Jul 28, 2010, 4:12:05 PM7/28/10
to haw...@googlegroups.com
Thanks for spotting that, pull an update and it should build fine once again.

--
Regards,
Hiram

Blog: http://hiramchirino.com

Open Source SOA
http://fusesource.com/

Reply all
Reply to author
Forward
0 new messages