On Mon, Jun 27, 2011 at 11:27 PM, Andreas Kuckartz <[email protected]> wrote: > As others noticed this helped before executing the mvn commands: > $ rm ~/.m2/repository/org/apache/stanbol > > But I would still like to know why that was necessary and mvn (version > 2.2.1 on a Debian system) did not automatically do the necessary things...
This is probably related to the CNR server problems mentioned by Enrico yesterday on this list. I just tried building ontologymanager/ontonet and got errors like this from Maven 3: [WARNING] Could not transfer metadata org.apache.stanbol:org.apache.stanbol.commons.stanboltools.offline:0.9-SNAPSHOT/maven-metadata.xml from/to stlab-cnr-repo (http://stlab.istc.cnr.it/software/maven/repo): Error transferring file: Operation timed out The problem is that the Stanbol build refers to several Maven repositories, and if those are offline your build might fail with such errors. -Bertrand
