Hi,
I'm trying to build edukapp (rev 206) but this fails as wookie is a
dependency, but is not available. Snip from the error logs below. Am I
doing something wrong?
thanks!
Niels
-----------------------------------------------
[INFO] Copying 4 resources
Downloading:
http://repository.apache.org/snapshots/org/apache/wookie/wookie/0.9.2-incubating-SNAPSHOT/wookie-0.9.2-incubating-SNAPSHOT.pom
[INFO] Unable to find resource 'org.apache.wookie:wookie:pom:0.9.2-
incubating-SNAPSHOT' in repository apache.snapshots (http://
repository.apache.org/snapshots)
Downloading:
http://repository.apache.org/snapshots/org/apache/wookie/wookie/0.9.2-incubating-SNAPSHOT/wookie-0.9.2-incubating-SNAPSHOT.war
[INFO] Unable to find resource 'org.apache.wookie:wookie:war:0.9.2-
incubating-SNAPSHOT' in repository apache.snapshots (http://
repository.apache.org/snapshots)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.wookie:wookie:war:0.9.2-incubating-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.wookie -
DartifactId=wookie -Dversion=0.9.2-incubating-SNAPSHOT -Dpackaging=war
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=org.apache.wookie -
DartifactId=wookie -Dversion=0.9.2-incubating-SNAPSHOT -Dpackaging=war
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) uk.ac.edukapp:edukapp:war:0.0.1-SNAPSHOT
2) org.apache.wookie:wookie:war:0.9.2-incubating-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
uk.ac.edukapp:edukapp:war:0.0.1-SNAPSHOT
from the specified remote repositories:
apache.snapshots (
http://repository.apache.org/snapshots),
central (
http://repo1.maven.org/maven2)