seafire - 2006-10-26

Logged In: YES
user_id=1422381

trying to build the two web* applications via "mvn install"
raise the following error:

[WARNING] Unable to get resource from repository
exteca-snapshot-repository
(http://exteca.sf.net/snapshot-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.exteca:exteca-search:jar:1.0-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.exteca
-DartifactId=exteca-search \ -Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

Path to dependency:
1) org.exteca:exteca-websearch:jar:1.0-SNAPSHOT
2) org.exteca:exteca-search:jar:1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
org.exteca:exteca-websearch:jar:1.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
exteca-repository (http://exteca.sf.net/repository),
exteca-snapshot-repository
(http://exteca.sf.net/snapshot-repository)