Executing $ mvn -U depencency:resolve for revision 1144681 results in a build error.
BTW: There is a tiny typo "hased on Solr" -> "based on Solr". Cheers, Andreas --- [INFO] Building Apache Stanbol Entityhub Yard implementation hased on Solr [INFO] task-segment: [dependency:resolve] [INFO] ------------------------------------------------------------------------ [INFO] snapshot org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT: checking for updates from apache [INFO] snapshot org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT: checking for updates from java.net [INFO] snapshot org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT: checking for updates from repository-codehaus [INFO] snapshot org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT: checking for updates from nuxeo-vendor-release [INFO] snapshot org.apache.stanbol:org.apache.stanbol.commons.solr:0.9-SNAPSHOT: checking for updates from clojars.org Downloading: http://repository.apache.org/snapshots//org/apache/stanbol/org.apache.stanbol.commons.solr/0.9-SNAPSHOT/org.apache.stanbol.commons.solr-0.9-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT' in repository apache (http://repository.apache.org/snapshots/) Downloading: http://download.java.net/maven/2/org/apache/stanbol/org.apache.stanbol.commons.solr/0.9-SNAPSHOT/org.apache.stanbol.commons.solr-0.9-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT' in repository java.net (http://download.java.net/maven/2) Downloading: http://repository.codehaus.org/org/apache/stanbol/org.apache.stanbol.commons.solr/0.9-SNAPSHOT/org.apache.stanbol.commons.solr-0.9-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT' in repository repository-codehaus (http://repository.codehaus.org) Downloading: https://maven.nuxeo.org/nexus/content/repositories/vendor-releases/org/apache/stanbol/org.apache.stanbol.commons.solr/0.9-SNAPSHOT/org.apache.stanbol.commons.solr-0.9-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT' in repository nuxeo-vendor-release (https://maven.nuxeo.org/nexus/content/repositories/vendor-releases) Downloading: http://clojars.org/repo/org/apache/stanbol/org.apache.stanbol.commons.solr/0.9-SNAPSHOT/org.apache.stanbol.commons.solr-0.9-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT' in repository clojars.org (http://clojars.org/repo) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.stanbol -DartifactId=org.apache.stanbol.commons.solr -Dversion=0.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.apache.stanbol -DartifactId=org.apache.stanbol.commons.solr -Dversion=0.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.stanbol:org.apache.stanbol.entityhub.yard.solr:bundle:0.9-SNAPSHOT 2) org.apache.stanbol:org.apache.stanbol.commons.solr:jar:0.9-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.stanbol:org.apache.stanbol.entityhub.yard.solr:bundle:0.9-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/2), clojars.org (http://clojars.org/repo), nuxeo-vendor-release (https://maven.nuxeo.org/nexus/content/repositories/vendor-releases), apache (http://repository.apache.org/snapshots/), repository-codehaus (http://repository.codehaus.org)
