Nope, no proxy here. And I can download stuff from http://people.apache.org/repo/m2-incubating-repository.
But maybe this is a clue. Maven wants to download 0.4.0.-jars of dependent abdera-modules and there are no 0.4.0-jars available on http://people.apache.org/repo/m2-incubating-repository. I assume, it should take the 0.4.0-jars out of my local maven-repository instead? Regards, Herbert 12/12/07 12:40:31 PM CET: Missing: ---------- 1) org.apache.abdera:abdera-client:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-client \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.abdera:abdera-examples:jar:0.4.0-incubating-SNAPSHOT 2) org.apache.abdera:abdera-client:jar:0.4.0-incubating-SNAPSHOT Chris Berry wrote: > > Herbert, > I had a thought. Are you behind a proxy?? If so, it requires a > special setup. > Make certain that you can manually download these JARs. > Cheers, > -- Chris > > On Dec 12, 2007, at 5:52 AM, herbert wrote: > >> >> I've now tried every combination of settings in pom.xml and >> settings.xml, >> that came >> to my mind. >> >> But I always get the same message: [WARN] Unable to get resource from >> repository apache.incubating >> (http://people.apache.org/repo/m2-incubating-repository) >> >> Maybe this is a better asked in the maven-forums? >> >> I assume I'm missing some very basic step to set this thingy up. >> >> Regards, Herbert >> >> >> herbert wrote: >>> >>> Hmm...I've adjusted the settings, but still the same problem. >>> >>> >>> Chris Berry wrote: >>>> >>>> It appears that you need to set up the http://people.apache.org/ >>>> repo/ >>>> m2-incubating-repository with SNAPSHOTs enabled >>>> >>>> <settings> >>>> ... >>>> <profiles> >>>> <profile> >>>> <id>apache</id> >>>> <repositories> >>>> <repository> >>>> <id>apache.org</id> >>>> <url>http://people.apache.org/repo/m2-snapshot- >>>> repository</ >>>> url> >>>> <releases> >>>> <enabled>false</enabled> >>>> </releases> >>>> <snapshots> >>>> <enabled>true</enabled> >>>> </snapshots> >>>> </repository> >>>> </repositories> >>>> >>>> >>> >>> >> >> -- >> View this message in context: http://www.nabble.com/maven-issues- >> deploying-and-retrofying-tp14273445p14293676.html >> Sent from the abdera-user mailing list archive at Nabble.com. >> > > S'all good --- chriswberry at gmail dot com > > > > > -- View this message in context: http://www.nabble.com/maven-issues-deploying-and-retrofying-tp14273445p14297846.html Sent from the abdera-user mailing list archive at Nabble.com.
