Re: Problem downloading dependencies

2013-10-22 Thread Adrien Rivard
Hi Robert, spring-web-osgi 1.1.2 is depending on org.springframework.osgi: servlet-api.osgi:jar:2.5-SNAPSHOT which is rather surprising (A release should never contains any snapshot, and even more considering it is on maven central) I would try to update spring-web-osgi to 1.2.0 which does not se

Re: Problem downloading dependencies

2013-10-22 Thread Russell Gold
Hi Robert, I don't see the artifact you want in the repository you listed. I don't see it in Maven Central, either. So: 1) What makes you think such an artifact exists? It looks to me as though all of the spring artifacts have names beginning with "spring-osgi" 2) Why are you trying to use a sn

Problem downloading dependencies

2013-10-21 Thread Robert Dailey
Hi, I'm very new to maven so I have no idea what's causing this error. I have a sample application and I type "mvn clean install -U", which seems to grab all dependencies except one: [WARNING] The POM for org.springframework.osgi:servlet-api.osgi:jar:2.5-SNAPSHOT is missing, no dependency informa

Re: problem downloading dependencies

2012-06-30 Thread Sdgvdsg .
I still don't know what actually was the problem but i found a workaround using the same network but connecting through my phone. Thanks for the replay Regards On Sat, Jun 30, 2012 at 5:16 PM, Aliaksei Lahachou < aliaksei.lahac...@gmail.com> wrote: > Hi, > > can it be that your Internet connecti

Re: problem downloading dependencies

2012-06-30 Thread Aliaksei Lahachou
Hi, can it be that your Internet connection is unreliable and sometimes download is interrupted? Maven by default will not reattempt to dowload artifacts until the next day. You can try adding -U to force Maven to redownload failed artifacts and snapshots. Regards, htfv (Aliaksei Lahachou) On

problem downloading dependencies

2012-06-30 Thread sdgvdsg sdgvdsg
Hi, I followed http://maven.apache.org/guides/getting-started/maven-in-five-minutes.htmlin order to create my first Maven project. The installation was successful but when i try to download the dependencies I have some downloading activities but after a while the downlaoding stops and eventually t

Re: problem downloading dependencies of pom-type

2008-02-11 Thread Brett Porter
xy) works fine (both release > >> and > >> >> snapshots). but downloading referenced pom (as ) fails. i had > >> a > >> >> look > >> >> at 'Repository Scanning' menu and pom is included (**/

Re: problem downloading dependencies of pom-type

2008-02-11 Thread aldana
>> >> snapshots). but downloading referenced pom (as ) fails. i had >> a >> >> look >> >> at 'Repository Scanning' menu and pom is included (**/*.pom). could >> this >> >> be >> >> a bug or do i need to set pom download some

Re: problem downloading dependencies of pom-type

2008-02-11 Thread Brett Porter
iva (as proxy) works fine (both release and > >> snapshots). but downloading referenced pom (as ) fails. i had a > >> look > >> at 'Repository Scanning' menu and pom is included (**/*.pom). could this > >> be > >> a bug or do i need to set pom

Re: problem downloading dependencies of pom-type

2008-02-11 Thread aldana
; a bug or do i need to set pom download somewhere else too? >> >> i am using archiva 1.0.1. >> -- >> View this message in context: >> http://www.nabble.com/problem-downloading-dependencies-of-pom-type-tp15268095p15268095.html >> Sent from the archiva-users mail

Re: problem downloading dependencies of pom-type

2008-02-11 Thread Brett Porter
d to set pom download somewhere else too? > > i am using archiva 1.0.1. > -- > View this message in context: > http://www.nabble.com/problem-downloading-dependencies-of-pom-type-tp15268095p15268095.html > Sent from the archiva-users mailing list archive at Nabble.com. > > -- Brett Porter Blog: http://blogs.exist.com/bporter/

problem downloading dependencies of pom-type

2008-02-04 Thread aldana
oo? i am using archiva 1.0.1. -- View this message in context: http://www.nabble.com/problem-downloading-dependencies-of-pom-type-tp15268095p15268095.html Sent from the archiva-users mailing list archive at Nabble.com.

Re: problem downloading dependencies

2006-09-04 Thread Andrew Birchall
Thanks but the dependecies that are failing fail every time I run the build (and I've run it many, many times). On 04/09/06, Alexander Sack <[EMAIL PROTECTED]> wrote: I've noticed this that occasionally the connection drops or it can't download a dependency for a split second and then when I ret

Re: problem downloading dependencies

2006-09-04 Thread Alexander Sack
I've noticed this that occasionally the connection drops or it can't download a dependency for a split second and then when I retry it works (this is using the default ibiblio repo- my guess is usage of the server). -aps On 9/4/06, Andrew Birchall <[EMAIL PROTECTED]> wrote: Hi thanks for the

Re: problem downloading dependencies

2006-09-04 Thread Andrew Birchall
Hi thanks for the pointer, but I'm not sure I need a Proxy. Why would I need one? In any case I dont have one. I am doing this from home and just have a standard cable internet connection. Also, why would some jars succeed in downloading from ibiblio and others not? Cheers Andy On 04/09/06, A

Re: problem downloading dependencies

2006-09-04 Thread Arnaud HERITIER
http://maven.apache.org/maven-1.x/reference/properties.html#Proxy_Properties cheers arnaud On 9/4/06, Andrew Birchall <[EMAIL PROTECTED]> wrote: Hi I tried replacing with but it made no difference. I didn't know I had to set up a proxy to access ibiblio. There is nothing in the documentatio

Re: problem downloading dependencies

2006-09-04 Thread Andrew Birchall
Hi I tried replacing with but it made no difference. I didn't know I had to set up a proxy to access ibiblio. There is nothing in the documentation about that How do you do it? Thanks a lot Andy On 04/09/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Don't you have a proxy to access to ibiblio

Re: problem downloading dependencies

2006-09-04 Thread Arnaud HERITIER
Don't you have a proxy to access to ibiblio ? Did you try to replace id (deprecated) by artifactId bouncycastle bcprov-jdk14 124 http://www.bouncycastle.org/download/ true true Arnaud On 9/4/06, Andrew Birchall <[EMAIL PROTECTED]> wrote: Hello I am using Maven 1.0.2 for a

problem downloading dependencies

2006-09-03 Thread Andrew Birchall
Hello I am using Maven 1.0.2 for a project and I'm having a problem downloading a few of the artifacts (jar files) that the project uses. I have declared them in project.xml with all the right attributes. For example, for the Bouncy Castle crytography library: bouncycastle bcprov-jdk14 124