Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Ron Wheeler
On 06/09/2010 2:19 PM, Trevor Harmon wrote: On Sep 6, 2010, at 6:48 AM, Ron Wheeler wrote: Get Nexus up and running and start to enjoy using Maven. I'm sensing a theme here. Anybody reminded of that old joke? "Doctor, it hurts when I move my arm like this." Doctor: "Then don't move your arm

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
Oh... that worked. Thank you On 6/9/2010 16:00, Olivier Lamy wrote: ... org.apache.maven.plugins maven-project-info-reports-plugin 2.1.2 2010/9/6 Fabricio Lemos: How do I do that? I do not have any referencies

Re: Release of the site plugin?

2010-09-06 Thread Olivier Lamy
... org.apache.maven.plugins maven-project-info-reports-plugin 2.1.2 2010/9/6 Fabricio Lemos : >  How do I do that? I do not have any referencies in my pom to > maven-project-info-reports-plugin. > > On 6/9/2010 11:57, Olivier

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Justin Edelson
On 9/6/10 1:36 PM, Trevor Harmon wrote: > On Sep 6, 2010, at 7:22 AM, Justin Edelson wrote: > >> Can you use SCP instead of SFTP? > > I tried that, but it fails with "Remote connection terminated unexpectedly". > I suspect this is because shell access to the server is disabled. (Trying to > ssh

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Justin Edelson
On 9/6/10 2:24 PM, Trevor Harmon wrote: > On Sep 6, 2010, at 4:35 AM, Stephen Connolly wrote: > >> not without wagon, just not with the webdav wagon > > Sorry, I'm still confused. The Wagon docs [1] list the following providers: > > * File > * HTTP > * HTTP lightweight > * FTP > * SSH/SCP > * We

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 4:35 AM, Stephen Connolly wrote: > not without wagon, just not with the webdav wagon Sorry, I'm still confused. The Wagon docs [1] list the following providers: * File * HTTP * HTTP lightweight * FTP * SSH/SCP * WebDAV * SCM (in progress) Of the three that are accessible over

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 6:48 AM, Ron Wheeler wrote: > Get Nexus up and running and start to enjoy using Maven. I'm sensing a theme here. Anybody reminded of that old joke? "Doctor, it hurts when I move my arm like this." Doctor: "Then don't move your arm like that." > It is free. It is easy to insta

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
How do I do that? I do not have any referencies in my pom to maven-project-info-reports-plugin. On 6/9/2010 11:57, Olivier Lamy wrote: Hi, It looks you are trying to use : org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.2-SNAPSHOT The 2.1.2 version has been released, you must t

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 7:22 AM, Justin Edelson wrote: > Can you use SCP instead of SFTP? I tried that, but it fails with "Remote connection terminated unexpectedly". I suspect this is because shell access to the server is disabled. (Trying to ssh to it gives "PTY allocation request failed on channe

Re: Release of the site plugin?

2010-09-06 Thread Olivier Lamy
Hi, It looks you are trying to use : org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.2-SNAPSHOT The 2.1.2 version has been released, you must try with this version in your pom 2010/9/6 Fabricio Lemos : >  I tried maven-site 3.0-beta-2-SNAPSHOT with maven 3.0-beta-3 I got an > error

Re: Release of the site plugin?

2010-09-06 Thread Fabricio Lemos
I tried maven-site 3.0-beta-2-SNAPSHOT with maven 3.0-beta-3 I got an error: Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-project-in

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Justin Edelson
Can you use SCP instead of SFTP? On Mon, Sep 6, 2010 at 4:15 AM, Trevor Harmon wrote: > Hi, > > I'm running into a build failure when doing "mvn deploy" via SFTP. This > appears to be a bug that affects any repository whose SFTP host disallows > access to the root directory. > > Here's what I k

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Ron Wheeler
You are dancing around the edges. Get Nexus up and running and start to enjoy using Maven. It is free. It is easy to install and configure. It makes finding artifacts painless and encourages/forces you to deploy properly. It gives a great deal of transparency to the whole Maven process. The

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Stephen Connolly
not without wagon, just not with the webdav wagon On 6 September 2010 12:23, Trevor Harmon wrote: > On Sep 6, 2010, at 4:01 AM, Stephen Connolly wrote: > > > Actually no, AFAIK use http direct, so it's not the WebDAV client at all. > > Hmm... so how are artifacts deployed without Wagon? The Wago

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 4:01 AM, Stephen Connolly wrote: > Actually no, AFAIK use http direct, so it's not the WebDAV client at all. Hmm... so how are artifacts deployed without Wagon? The Wagon docs say that deployment over HTTP is not supported. Trevor ---

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 4:01 AM, Stephen Connolly wrote: > Your client would be better served using a Maven Repository Manager than a > website backed by an SFTP share. Drink the Kool-aid No small feat. I am the lone Java developer in an enterprise that is 100% C#. They already drank the Kool-Aid, an

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Stephen Connolly
Actually no, AFAIK use http direct, so it's not the WebDAV client at all. Your client would be better served using a Maven Repository Manager than a website backed by an SFTP share. Drink the Kool-aid, I recommend Nexus, easy to set up and the staging support in the professional edition is cool..

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 3:17 AM, Stephen Connolly wrote: > Because they all deploy via http/https So in other words, use WebDAV and then I will not be worrying about SFTP at all. Well, yes, naturally. But at the moment my client only has an SFTP server, and as far as I know, the SFTP transport in Ma

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Stephen Connolly
Because they all deploy via http/https On 6 September 2010 10:19, Trevor Harmon wrote: > On Sep 6, 2010, at 1:49 AM, Stephen Connolly wrote: > > > Use A Maven repository manager and then you will not be worrying about > sftp > > at all. > > How does a repository manager eliminate the need for SF

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
On Sep 6, 2010, at 1:49 AM, Stephen Connolly wrote: > Use A Maven repository manager and then you will not be worrying about sftp > at all. How does a repository manager eliminate the need for SFTP? Trevor - To unsubscribe, e-

Re: Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Stephen Connolly
[You probably don't want to hear this, but you should hear it anyway] Use A Maven repository manager and then you will not be worrying about sftp at all. You should be using a maven repository manager in any case. your life will be much much simpler -Stephen On 6 September 2010 09:15, Trevor H

[ANN] maven-buildmetadata-plugin

2010-09-06 Thread Robert Reiner
We are pleased to announce the release of maven-buildmetadata-plugin 1.0.0! https://project.smartics.de/maven-buildmetadata-plugin/ This Maven 2 plugin is a little helper to easily add build meta data to the generated archive artifacts. Imagine the product is running on

Deploy with SFTP tries to cd to parent too many times

2010-09-06 Thread Trevor Harmon
Hi, I'm running into a build failure when doing "mvn deploy" via SFTP. This appears to be a bug that affects any repository whose SFTP host disallows access to the root directory. Here's what I know so far: By instrumenting JSch (which does the actual SFTP commands), I can see that the problem

Re: Release Plugin Failing on Commit

2010-09-06 Thread Martin Schayna
On 09/04/2010 12:16 AM, Neil Chaudhuri wrote: I am using version 2.0 of the release plugin to tag a new version of my multi-module application, but at the end when it goes to commit to SVN SCM, I get the following: [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command