Unable to build a maven project ufter updating JMS to 1.1

2009-01-16 Thread edgarosy
All, I changed a jms dependency on my Project parent pom to have version 1.1 instead of 1.0.2 I manually uploaded its jar file to Artifactory. My question is: When I build my app using maven 2 it tries to download the jms file from http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar

Re: Unable to build a maven project ufter updating JMS to 1.1

2009-01-16 Thread edgarosy
I forgot to mention that I am unable to build the project from the build server, but if I run it from any other computer checking out the same project from svn it would work. edgarosy wrote: All, I changed a jms dependency on my Project parent pom to have version 1.1 instead of 1.0.2 I

Re: Unable to build a maven project ufter updating JMS to 1.1

2009-01-16 Thread Baptiste MATHUS
If you wipe out (or just temporarily rename) the local repository, where will it download the artifacts from? In fact, isn't it possible you might have been using your local repository instead of ever using your maven repository manager installation? I myself regularly completely wipe out my

Re: Unable to build a maven project ufter updating JMS to 1.1

2009-01-16 Thread Wendy Smoak
On Fri, Jan 16, 2009 at 9:28 AM, edgarosy edgar.l...@gmail.com wrote: I forgot to mention that I am unable to build the project from the build server, but if I run it from any other computer checking out the same project from svn it would work. How do you have _your_ computer configured to

Re: Unable to build a maven project ufter updating JMS to 1.1

2009-01-16 Thread edgarosy
Thanks Baptiste MATHUS-4 wrote: If you wipe out (or just temporarily rename) the local repository, where will it download the artifacts from? In fact, isn't it possible you might have been using your local repository instead of ever using your maven repository manager installation? I