Details
Description
Hello,
I'm trying to install stanbol but get always error while trying to compile org.apache.stanbol.commons.ldpath.clerezza.
I checkout last subversion and done the mvn3 clean install
Here is the log :
[INFO]
[INFO] — maven-bundle-plugin:2.3.7:install (default-install) @ org.apache.stanbol.commons.indexedgraph —
[INFO] Installing org/apache/stanbol/org.apache.stanbol.commons.indexedgraph/1.0.0-SNAPSHOT/org.apache.stanbol.commons.indexedgraph-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Commons Clerezza LDPath Repository 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-api/3.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-api/3.2.0-SNAPSHOT/ldpath-api-3.2.0-SNAPSHOT.pom
[WARNING] The POM for org.apache.marmotta:ldpath-api:jar:3.2.0-SNAPSHOT is missing, no dependency information available
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-core/3.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-core/3.2.0-SNAPSHOT/ldpath-core-3.2.0-SNAPSHOT.pom
[WARNING] The POM for org.apache.marmotta:ldpath-core:jar:3.2.0-SNAPSHOT is missing, no dependency information available
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-api/3.2.0-SNAPSHOT/ldpath-api-3.2.0-SNAPSHOT.jar
Downloading: http://repository.apache.org/snapshots/org/apache/marmotta/ldpath-core/3.2.0-SNAPSHOT/ldpath-core-3.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Stanbol Releasing Source Assembly Descriptor SUCCESS [ 3.190 s]
[INFO] Apache Stanbol Parent ............................. SUCCESS [ 0.817 s]
[INFO] Apache Stanbol Data Parent ........................ SUCCESS [ 0.899 s]
[INFO] Apache Stanbol Data Default Configuration ......... SUCCESS [ 3.116 s]
[INFO] Apache Stanbol Data: DBpedia.org .................. SUCCESS [ 10.885 s]
[INFO] Apache Stanbol Data: Remote DBpedia.org with local cache SUCCESS [ 3.147 s]
[INFO] Apache Stanbol Data: Default ontology registries .. SUCCESS [ 0.962 s]
[INFO] Apache Stanbol Data: OpenNLP Models for Danish .... SUCCESS [ 3.157 s]
[INFO] Apache Stanbol Data: OpenNLP Models for German .... SUCCESS [ 4.020 s]
[INFO] Apache Stanbol Data: OpenNLP Models for English ... SUCCESS [ 4.641 s]
[INFO] Apache Stanbol Data: OpenNLP Models for Spanish ... SUCCESS [ 1.168 s]
[INFO] Apache Stanbol Data: OpenNLP Models for Dutch ..... SUCCESS [ 1.298 s]
[INFO] Apache Stanbol Data: OpenNLP Models for Portuguese SUCCESS [ 1.477 s]
[INFO] Apache Stanbol Data: OpenNLP Models for Swedish ... SUCCESS [ 1.310 s]
[INFO] Apache Stanbol Data: OpenNLP NER Models for English SUCCESS [ 4.094 s]
[INFO] Apache Stanbol Data: OpenNLP NER Models for Spanish SUCCESS [ 1.700 s]
[INFO] Apache Stanbol Data: OpenNLP NER Models for Dutch . SUCCESS [ 1.537 s]
[INFO] Apache Stanbol Data: SentimentWortschatz Models for German SUCCESS [ 1.437 s]
[INFO] Apache Stanbol Data: SentiWordNet Models for English SUCCESS [ 3.481 s]
[INFO] Apache Stanbol Data ............................... SUCCESS [ 0.232 s]
[INFO] Apache Stanbol Commons Framework Fragment ......... SUCCESS [ 4.021 s]
[INFO] Apache Stanbol Commons JSON-LD API ................ SUCCESS [ 5.862 s]
[INFO] Apache Stanbol Commons Web Base ................... SUCCESS [ 5.948 s]
[INFO] Apache Stanbol Commons Web Base Jersey ............ SUCCESS [ 2.581 s]
[INFO] Apache Stanbol Commons Web Viewable ............... SUCCESS [ 1.059 s]
[INFO] Apache Stanbol Commons Web Home Page .............. SUCCESS [ 2.363 s]
[INFO] Apache Stanbol Commons Indexed Clerezza inMemory graph implementation SUCCESS [ 12.580 s]
[INFO] Apache Stanbol Commons Clerezza LDPath Repository . FAILURE [ 4.656 s]
[INFO] Apache Stanbol Commons LDPath Template Rendering .. SKIPPED
[...]
[INFO] Apache Stanbol Reactor NG ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:38 min
[INFO] Finished at: 2014-04-17T16:36:46-08:00
[INFO] Final Memory: 149M/356M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.apache.stanbol.commons.ldpath.clerezza: Could not resolve dependencies for project org.apache.stanbol:org.apache.stanbol.commons.ldpath.clerezza:bundle:1.0.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.marmotta:ldpath-api:jar:3.2.0-SNAPSHOT, org.apache.marmotta:ldpath-core:jar:3.2.0-SNAPSHOT: Could not find artifact org.apache.marmotta:ldpath-api:jar:3.2.0-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.apache.stanbol.commons.ldpath.clerezza
can anyone help in solving this issue ?
Thanks
Marco Salfi