I just tried to compile what is need for sling-stanbol[1] and I'm getting an error compiling stanbol. Has anything seen the following before:
... Downloading: https://repository.jboss.org/nexus/content/repositories/releases//org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository jboss (https://repository.jboss.org/nexus/content/repositories/releases/) Downloading: http://repository.apache.org/snapshots//org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository apache (http://repository.apache.org/snapshots/) Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository java.net (http://download.java.net/maven/2) Downloading: http://repository.codehaus.org/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository repository-codehaus (http://repository.codehaus.org) Downloading: https://maven.nuxeo.org/nexus/content/repositories/vendor-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository nuxeo-vendor-release (https://maven.nuxeo.org/nexus/content/repositories/vendor-releases) Downloading: http://clojars.org/repo/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' in repository clojars.org (http://clojars.org/repo) Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-modules:pom:1.0' from repository central (http://repo1.maven.org/maven2): Error transferring file: repo1.maven.org [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: null:doxia-module-apt:jar:null Reason: Cannot find parent: org.apache.maven.doxia:doxia-modules for project: null:doxia-module-apt:jar:null for project null:doxia-module-apt:jar:null [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6 minutes 21 seconds [INFO] Finished at: Tue Oct 18 22:46:44 CEST 2011 [INFO] Final Memory: 48M/300M [INFO] ------------------------------------------------------------------------ I'm using Apache Maven 2.2.1 (rdebian-6) and java version "1.6.0_26" (Java(TM) SE Runtime Environment (build 1.6.0_26-b03), Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)) Reto 1. https://github.com/IKS/sling-stanbol
