Re: Maven release:perform deploy failed access denied

2011-01-19 Thread jeb001
Hi Mark, I do you think that it might be a permission problem even if the deploy goal does work ? It seems that I'm not the first one encounting that issue.. but I just don't find any workaround.. -- View this message in context:

Re: Maven release:perform deploy failed access denied

2011-01-19 Thread jeb001
YES I found out !!! I tried to add the distributionManagement Tag in each module of my multi-module project.. and it worked !! Still dunno why deploy goal does no need it, and perform goal needs.. but, it works !! Thanks everyone for your help, sincerely Jeremy -- View this message in

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
Ok, I'll try to precise what I'm saying. I understand that in the distrMgt, I have to set snapshot, release and eventually site url.. I understood in the log that the deploy task needs that tag. I noticed too that I need another tag in the pom file, a repositories tag. I wonder why I have to set

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
Ok ! So, repository should design my nexus server ? and distMgt should design a file server ? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3345828.html Sent from the Maven - Users mailing list archive at

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
ok... If I try to sum up... First issue was to use a groups URL of nexus.. ok, it's correct now. Then, both of the distMgt tag and repository set the same URL.. but repositories tag have to be moved in the settings.xml. Am I right now ? -- View this message in context:

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
Ok, so.. In my settings.xml : mirror idrepository/id nameMiror nexus/name urlhttp://nexus/content/groups/MyRepositories//url

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
with more details from the logs... INFO] [DEBUG] Trace [INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.apache.maven.plugins:maven-deploy-plugin. Reason: Unable to parse the created DOM for plugin configuration [INFO] at

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
..unfortunately, I think I'm right in the pom structure : ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
Hum.. I tried something else, I launched the mvn:deploy task, and it works !! ... I jus't don't understand... any idea ? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3346122.html Sent from the Maven - Users

Re: Problem with the release:perform

2011-01-18 Thread jeb001
I've got exactly the same issue... Mvn:deploy works, but, deploy goal fails in release:perform goal... -- View this message in context: http://maven.40175.n5.nabble.com/Problem-with-the-release-perform-tp44484p3346125.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Maven release:perform deploy failed access denied

2011-01-18 Thread jeb001
I tried that, still the same result... I begin to think that a single module project should be more easy to work with... -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3346186.html Sent from the Maven - Users

Re: Maven release:perform deploy failed access denied

2011-01-17 Thread jeb001
Ok, I guess it's getting a little better... but there's something I'm not sure to understand. First, my project is a multi-module project, should I set special arguments when I launch release:perform ? An then, I wonder what's the differences, in my main pom.xml between the tag

Maven release:perform deploy failed access denied

2011-01-13 Thread jeb001
Hi, I'm trying to build my first release of my multi-modules projects. In my settings.xml : server idmy-releases/id usernamedeployer/username password123/password

Re: Maven release:perform deploy failed access denied

2011-01-13 Thread jeb001
Hum, ok... but, I'm using a distant nexus server.. I'm not administrator... Is there a way for me to see those logs ? thx -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3339723.html Sent from the Maven - Users

Re: Maven release:perform deploy failed access denied

2011-01-13 Thread jeb001
Hum... no other suggestions ? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3340910.html Sent from the Maven - Users mailing list archive at Nabble.com.

RSA fingerprint problem..

2010-11-17 Thread jeb001
Hi, I'm trying to publish my first release.. running the release:perfom command, but, the shell stop here : [INFO] The authenticity of host '10.121.200.245' can't be established. [INFO] RSA key fingerprint is 03:2a:25:11:bd:c5:5c:39:ca:9f:25:b9:ae:8b:51:23. So, I did those corrections : I added

release:prepare scm and cvs..

2010-11-16 Thread jeb001
Hi, I'm trying to build my first release using maven.. and I've got that error : Missing required setting: scm connection or developerConnection must be specified. So, I had in my main pom.xml those lines : scm

Re: Eclipse multi-module project with maven

2010-11-15 Thread jeb001
Ok, Thanks for all.. I think that I should let the static configuration on the server, and don't care about it when I package... Thx, Jeremy -- View this message in context: http://maven.40175.n5.nabble.com/Eclipse-multi-module-project-with-maven-tp3256822p3265745.html Sent from the Maven -

Re: Eclipse multi-module project with maven

2010-11-10 Thread jeb001
You're right, those 2 set of resources only differ in the addresses they point. (or something like that..) I've seen that I should use profiles et filters.. but I don't know exactly how, with my 4-part project? In which pom.xml have I to define thoses filters ? each one ? I'm not sure this is

Re: Eclipse multi-module project with maven

2010-11-10 Thread jeb001
Ok, that works the way I want... with 4 eclipse projects and only 3 real ones. Now, I'm looking for the best way to use maven profiles with my new project organisation.. I just wanna create 2 profiles, developpement and production, for each project. The production profile will have to package

Re: Eclipse multi-module project with maven

2010-11-09 Thread jeb001
sure, here it is : project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd; modelVersion4.0.0/modelVersion

Re: Eclipse multi-module project with maven

2010-11-09 Thread jeb001
Ok, I guess there's a confusion speaking about parent project.. In my case, web and batch project needs Api jar file to work.. but, I should not consider the Api project as the parent ? By the way, if create one aggregating Maven project listing 3 modules.. should I declare the sourceFolder in

Eclipse multi-module project with maven

2010-11-09 Thread jeb001
Hi, I'm a new user of maven.. I've seen part of response at my question, but never exactly got what I expect. So, before introducing maven into my project, I had 3 differents projects. The Api, a batch project, and a web project. Both web and batch project needs the api.jar to compile. So,

Re: Eclipse multi-module project with maven

2010-11-09 Thread jeb001
Ok, there's no hierarchy in a parent project.. I try to apply your recommendations, thanks for your help, Jeremy. -- View this message in context: http://maven.40175.n5.nabble.com/Eclipse-multi-module-project-with-maven-tp3256822p3256891.html Sent from the Maven - Users mailing list archive