hmmm, are you behind a firewall? The error appears to indicate you can't get to the repository (time out).
What happens if you paste that url: https://repository.apache.org/content/groups/snapshots-group/org/apache/uima/parent-pom/1-SNAPSHOT/maven-metadata.xml into a browser? (for me, in Firefox, it shows some xml). -Marshall On 11/16/2010 9:31 AM, Kodo wrote: > Hi Marshall! > > I've been trying to get this to work but I still fail:-( I've decided to > focus > on getting the DictionaryAnnotator to work before going any further. I tried > your suggestions below and added the lines you suggested to c:\Documents and > Settings\<user account>\.m2\settings.xml file: > > <profile> > <id>test</id> > <activation> > <activeByDefault>true</activeByDefault> > </activation> > <repositories> > <repository> > <id>apache-nexus-snapshot</id> > > <url>https://repository.apache.org/content/groups/snapshots- > group/</url> > </repository> > </repositories> > > <pluginRepositories> > <pluginRepository> > <id>apache-nexus-plugin-snapshot</id> > > <url>https://repository.apache.org/content/groups/snapshots-group/</url> > </pluginRepository> > </pluginRepositories> > </profile> > > Then navigated to the directory where the DictionaryAnnotator stuff is stored > and then issued a "maven install" command and was greeted with a nice: > > [INFO] Scanning for projects... > Downloading: https://repository.apache.org/content/groups/snapshots- > group/org/ap > ache/uima/parent-pom/1-SNAPSHOT/maven-metadata.xml > [WARNING] Could not transfer metadata org.apache.uima:parent-pom:1- > SNAPSHOT/mave > n-metadata.xml from apache-nexus-snapshot > (https://repository.apache.org/content > /groups/snapshots-group/): Error transferring file: Connection timed out: > connec > t > Downloading: https://repository.apache.org/content/groups/snapshots- > group/org/ap > ache/uima/parent-pom/1-SNAPSHOT/parent-pom-1-SNAPSHOT.pom > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.uima:DictionaryAnnotator:2.3.1-SNAPSHOT > (C:\Pro > jects\Climateaware\Tools\apache-uima\trunk\DictionaryAnnotator\pom.xml) has 1 > er > ror > [ERROR] Non-resolvable parent POM: Could not transfer artifact > org.apache.ui > ma:parent-pom:pom:1-SNAPSHOT from apache-nexus-snapshot > (https://repository.apac > he.org/content/groups/snapshots-group/): Error transferring file: Connection > tim > ed out: connect and 'parent.relativePath' points at wrong local POM @ line > 25, > c > olumn 11 -> [Help 2] > > I'd really love to have this stuff working - I hope you're able to give me a > hint how to proceed. > > Thanks in advance! > /Peter > > >
