Menu

#4 "Out of the box" build failed

v1.0 (example)
open
nobody
None
5
2007-07-13
2007-07-13
Ivan Latysh
No

+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building explorer
[INFO] task-segment: [package]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/javax/jcr/jcr/1.0.1/jcr-1.0.1.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) javax.jcr:jcr:jar:1.0.1

Try downloading the file manually from:
http://www.day.com/site/en/index/related/downloads/RI_download.html

Then, install it using the command:
mvn install:install-file -DgroupId=javax.jcr -DartifactId=jcr \
-Dversion=1.0.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=jav
-Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.jcrweb.explorer:explorer:war:0.9.4b
2) javax.jcr:jcr:jar:1.0.1

Discussion


Log in to post a comment.

MongoDB Logo MongoDB