Unable to commit files to SVN after new branch has been created with the maven-release plugin

2010-11-22 Thread edgarosy
Question for all maven gurus. Hope you can help me.. I've been using a maven-release plugin for over a year and it has always work perfectly when creating new branch from source (trunk). Ever since our SVN amdin upgraded the SVN server to use version 1.6 instead of 1.4 I have not been able to

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 edgarosy
. 2009/1/16 edgarosy edgar.l...@gmail.com 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

RE: Unable to successfully complete a mvn install on one of my apps

2008-12-22 Thread edgarosy
Yes My repository URL all look fine. Thanks for your help Justin. justinedelson wrote: Right, but does it show your artifactory repository? -Original Message- From: edgarosy [mailto:edgar.l...@gmail.com] Sent: Friday, December 19, 2008 5:13 PM To: users@maven.apache.org

Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread edgarosy
I have an application that I have been able to install successfully in the past until I upgraded its pom and added the following dependencies: dependency groupIdSAP/groupId artifactIdLOG/artifactId version7.0/version scoperuntime/scope /dependency

RE: Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread edgarosy
When I run the mvn help:effective-settings -Pacp command I get a successfull build. justinedelson wrote: You might want to try running mvn help:effective-settings. Justin -Original Message- From: edgarosy [mailto:edgar.l...@gmail.com] Sent: Friday, December 19, 2008 4:36 PM