Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Mirko Friedenhagen
Dan, I always use http://repo1.maven.org/maven2/.. e.g. http://repo1.maven.org/maven2/org/apache/maven/ Two possible explanations: Browsers by default follow http redirects, with curl you need -L as an Option. You have different proxy settings for the CLI and your browser :-) Regards Mirko --

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Dan Tran
My error is come from a quick command to do check out a perforce OSS source tree mvn scm:checkout -DconnectionUrl=scm:perforce:workshop.perforce.com:1666://guest/perforce_software/p4maven -Dproject.base=. -Dusername= -Dpassword=y it fails with and without my nexus. The strange thing I

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Dan Tran
Please disregard my last analysis. I think i found the issue http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe is not available Could you try? Thanks -D On Fri, Apr 18, 2014 at 12:31 AM, Dan Tran dant...@gmail.com wrote: My error is come from a quick

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Karl Heinz Marbaise
Hi, if i try the given URL: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe I'm redirected to : http://central.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/ .. Kind regards Karl-Heinz Marbaise

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Mirko Friedenhagen
Same for me, repo.maven.apache.org redirects to central.maven.org with the given URL. Regards Mirko -- Sent from my mobile On Apr 18, 2014 10:09 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, if i try the given URL: http://repo.maven.apache.org/maven2/org/apache/maven/scm/

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Dan Tran
My browser cannot even browse those links. perhaps my virus checker is culprit? It is a strange day! -D On Fri, Apr 18, 2014 at 1:14 AM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Same for me, repo.maven.apache.org redirects to central.maven.org with the given URL. Regards Mirko

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Mirko Friedenhagen
I guess Karl-Heinz and I are accessing from Germany, so maybe there is some routing problem on your side? Regards Mirko -- Sent from my mobile On Apr 18, 2014 10:27 AM, Dan Tran dant...@gmail.com wrote: My browser cannot even browse those links. perhaps my virus checker is culprit? It is a

dependency plugin automatic version resolution

2014-04-18 Thread Cintia Del Rio
Hi, I was reading http://maven.apache.org/guides/introduction/introduction-to-plugin-resolution.html and https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-AutomaticPluginVersionResolution Based on that, I understood that if I call a

Re: dependency plugin automatic version resolution

2014-04-18 Thread MK Tan
Maven will use the dependency plugin from the super pom. Which you can found at http://maven.apache.org/ref/3.2.1/maven-model-builder/super-pom.html On Fri, Apr 18, 2014 at 5:09 PM, Cintia Del Rio miladyarte...@gmail.comwrote: Hi, I was reading

Re: dependency plugin automatic version resolution

2014-04-18 Thread Cintia Del Rio
It makes a lot of sense. Cheers, On 18 April 2014 19:20, MK Tan mktan...@gmail.com wrote: Maven will use the dependency plugin from the super pom. Which you can found at http://maven.apache.org/ref/3.2.1/maven-model-builder/super-pom.html On Fri, Apr 18, 2014 at 5:09 PM, Cintia Del Rio

Unpacking a zip file from the source tree

2014-04-18 Thread org.apache.maven.user
Hello. I have a zip file in the src directory of a project. I want to unpack this zip file and insert the contents into the generated site directory during the site phase. What is the correct way to do this? There's the dependency:unpack goal, but that only seems capable of working with

Re: Unpacking a zip file from the source tree

2014-04-18 Thread org.apache.maven.user
On Fri, 18 Apr 2014 10:10:35 + org.apache.maven.u...@io7m.com wrote: There's the TrueZip plugin, but quite frankly, it seems defective (it silently fails to do anything, and the documentation is no help at all). Pro tip: This will work: plugin

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Baptiste Mathus
FWIW, just tried from Toulouse, France: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexeindeed redirects to http://central.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/ HTH 2014-04-18 11:03 GMT+02:00 Mirko Friedenhagen

Re: Unpacking a zip file from the source tree

2014-04-18 Thread Baptiste Mathus
May maven-remote-resources-plugin be helping? 2014-04-18 12:10 GMT+02:00 org.apache.maven.u...@io7m.com: Hello. I have a zip file in the src directory of a project. I want to unpack this zip file and insert the contents into the generated site directory during the site phase. What is

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Karl Heinz Marbaise
Hi, I guess Karl-Heinz and I are accessing from Germany, so maybe there is some routing problem on your side? You guess is correct Mirko... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail:

Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Hi all - I'm really struggling with this. My git push portion of the maven release process just is quitting with this: 00:01:29.803 Provider message: 00:01:29.803 The git-push command failed. 00:01:29.803 Command output: 00:01:29.803 Permission denied (publickey). 00:01:29.803 fatal: The remote

http://jira.codehaus.org/browse/MNG-4996

2014-04-18 Thread Vladimir Piyanov
Is it possible to reopen the http://jira.codehaus.org/browse/MNG-4996ticket? According to comments it is actually affects different people.

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Alexander Kriegisch
Have you checked this list of possible problems? https://help.github.com/articles/error-permission-denied-publickey -- Alexander Kriegisch https://scrum-master.de Am 18.04.2014 um 15:45 schrieb Maven User maven.2.u...@gmail.com: Hi all - I'm really struggling with this. My git push

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Thomas Broyer
I think by default Maven calls the command-line Git, so it uses the ~/.ssh/id_rsa, and not the configuration from your settings.xml. I have no idea if what you're trying to do is possible with Maven. Maybe the maven-scm-provider-jgit would use the settings.xml configuration, but I have no idea how

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Stephen Connolly
server id.../id username.../username password.../password privateKey/home/.../.ssh/id_rsa/privateKey /server On 18 April 2014 16:27, Thomas Broyer t.bro...@gmail.com wrote: I think by default Maven calls the command-line Git, so it uses the ~/.ssh/id_rsa,

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Stephen - cool - I _do_ have that and am pointing at the file in that path. Again, I'm using the managed file plugin to drop down that private key. Strangely, when I run this command: ssh -vT g...@github.com I get back: ... debug1: Connection established. debug1: identity file

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Interesting Running: eval `ssh-agent -s` Then the ssh -T test results in success. But that's only good for the single bash session. Are people running jenkins as normal users versus unprivileged users? On Fri, Apr 18, 2014 at 11:38 AM, Maven User maven.2.u...@gmail.com wrote: Stephen -

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Laird Nelson
On Fri, Mar 28, 2014 at 2:59 PM, Laird Nelson ljnel...@gmail.com wrote: Fails under javadoc 8. I'll file a bug with Oracle; it appears that the -link option is nonfunctional. Found the issue, I think; filed http://jira.codehaus.org/browse/MJAVADOC-393to track it. Basically, for unknown

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Using the ssh-agent jenkins plugin, I'm able to get a bit further - now it's complaining the repository doesn't exist: Unable to commit files 00:01:14.796 Provider message: 00:01:14.796 The git-push command failed. 00:01:14.796 Command output: 00:01:14.796 ERROR: Repository not found.

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Annnd this is because I tried to reuse ${artifactId} and that does NOT match the repo name (for acceptable reasons). Changing and retrying... On Fri, Apr 18, 2014 at 12:47 PM, Maven User maven.2.u...@gmail.com wrote: Using the ssh-agent jenkins plugin, I'm able to get a bit further - now it's

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
That was it! Ok, so for the record, if you're going to use the credentials plugin, you should also use the ssh-agent plugin to make sure those keys are available to any processes being run by jenkins! On Fri, Apr 18, 2014 at 12:53 PM, Maven User maven.2.u...@gmail.com wrote: Annnd this is

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Dan Tran
A friend of mine in the same city has no issue, neither my workplace. At home, all my devices ( pc, ipad) seeing the same issue. Reboot the router does not help either -D On Fri, Apr 18, 2014 at 5:41 AM, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, I guess Karl-Heinz and I are

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Stephen Connolly
Ahh you should have just said you were doing this on jenkins I wrote the ssh-agent plugin for this exact use case! On 18 April 2014 18:01, Maven User maven.2.u...@gmail.com wrote: That was it! Ok, so for the record, if you're going to use the credentials plugin, you should also use the

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Jason Swank
Hi, Things are working correctly from a service perspective and there have been no recent changes: follow up w/ me directly with output from the same command if you're still seeing issues. Regards, Jason -- Sonatype twitter: @sonatype_ops $ curl -iL

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
So for anyone else that stumbles across this thread, here's what you need: PLEASE note - I tend to have singular, non-multi-module maven builds. One repo per module kinda belief. 1 - The credentials plugin - allows you to let jenkins manage some private keys. 2 - The ssh-agent plugin - allows

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Maven User
Additionally, this whole thing is pretty confusing if you're new to all of this (we have been releasing forever but with OTHER scm systems). I wish somewhere, this was called out explicitly - should I update some wiki page or documentation around the GIT scm provider? On Fri, Apr 18, 2014 at

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Laird Nelson
On Fri, Apr 18, 2014 at 9:33 AM, Laird Nelson ljnel...@gmail.com wrote: Found the issue, I think; filed http://jira.codehaus.org/browse/MJAVADOC-393 to track it. Hi; I'm fixing this bug locally and am intending to supply a patch to the bug report. I can add support for Javadoc version 8

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Hervé BOUTEMY
we'll try to not be overly choosy but both as Maven developper and as Maven user, I prefer to have separate focused issues with focused bug descriptions, then separate patches thanks for your help Regards, Hervé Le vendredi 18 avril 2014 20:55:38 Laird Nelson a écrit : On Fri, Apr 18, 2014