[ANN] Apache Maven Wagon 3.5.3 released

2022-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.5.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.5.3 ** Dependency upgrade * [WAGON-631] - Upgrade and clean up dependencies Enjoy, -The Apache Maven team

[ANN] Apache Maven Wagon 3.5.2 released

2022-06-26 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.5.2. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.5.2 ** Bug * [WAGON-627] - Maven deploy fails with 401 Unauthorized when using £ in password * [WAGON-628

[ANN] Apache Maven Wagon 3.5.0 released

2021-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.5.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.5.0 ** Task * [WAGON-614] - Deprecate Wagon FTP Provider * [WAGON-615] - Deprecate Wagon HTTP Lightweight

Re: [*EXT*] [ANN] Apache Maven Wagon 3.4.3 released

2021-03-06 Thread Michael Osipov
You can try to add it as extension, but I would recommend adding the HttpClient Wagon to Maven's ext classpath. Note that Maven comes with an über JAR for this Wagon type. Am 2021-03-06 um 14:31 schrieb Ionel GARDAIS: Hi, Does Wagon self-update within a Maven installation or shoul

Re: [*EXT*] [ANN] Apache Maven Wagon 3.4.3 released

2021-03-06 Thread Ionel GARDAIS
Hi, Does Wagon self-update within a Maven installation or should the project's pom explicitly requires the use of a wagon's version ? Thanks, Ionel - Mail original - De: "Michael Osipov" À: annou...@maven.apache.org, "users" Cc: "Maven Developers L

[ANN] Apache Maven Wagon 3.4.3 released

2021-03-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.3 ** Dependency upgrade * [WAGON-607] - Upgrade HttpCore to 4.4.14 * [WAGON-608] - Upgrade HttpClient to 4.5.13

Re: **RSPAM** Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-29 Thread Ionel GARDAIS
An addition : I give a try to the build of WAGON-590. It works like a charm, I don't even need preemptive auth. However, I need to set the cookie-policy to 'standard' instead of 'compatibility' for the oauth2-proxy cookie to be retained d

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-29 Thread Ionel GARDAIS
> Can you elaborate this step? How is Maven supposed to send a header when > the target server never challenges the client? Using https://maven.apache.org/guides/mini/guide-http-settings.html#Example:_Using_Preemptive_Authentication > So, Keycloak does challenge the client with Basic? Yes, when

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-29 Thread Michael Osipov
Am 2020-11-29 um 11:38 schrieb Ionel GARDAIS: I did miss WAGON-590 when looking around for solution. Ideally : - by default, AuthScope is targeted as in master - a new param 'maven.wagon.http.ssl.location-trusted' set AuthScope to AuthScope.ANY OK, definitively something I won'

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-29 Thread Michael Osipov
hat I understand, [ https://github.com/apache/maven-wagon/blob/c956aac9007303ce9e1746c834d58dff097ce3d6/wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java#L613 | https://github.com/apache/maven-wagon

[ANN] Apache Maven Wagon 3.4.2 released

2020-11-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.2. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.2 ** Bug * [WAGON-597] - AbstractHttpClientWagon.setPersistentPool has no effect due to parameter assigned to

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-29 Thread Ionel GARDAIS
I did miss WAGON-590 when looking around for solution. Ideally : - by default, AuthScope is targeted as in master - a new param 'maven.wagon.http.ssl.location-trusted' set AuthScope to AuthScope.ANY Thus, secured by default for common users but can be bypassed when needed. Rega

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-28 Thread Ionel GARDAIS
a way to allow maven to send Authorization header on redirect like >> curl's --location-trusted ? >>> From what I understand, >> [ >> https://github.com/apache/maven-wagon/blob/c956aac9007303ce9e1746c834d58dff097ce3d6/wagon-providers/wagon-http-sh

Re: Wagon : allow send Authorization header on redirect

2020-11-28 Thread Michael Osipov
Am 2020-11-28 um 22:01 schrieb Ionel GARDAIS: Hi list, Is there a way to allow maven to send Authorization header on redirect like curl's --location-trusted ? From what I understand, [ https://github.com/apache/maven-wagon/blob/c956aac9007303ce9e1746c834d58dff097ce3d6/wagon-providers/

Wagon : allow send Authorization header on redirect

2020-11-28 Thread Ionel GARDAIS
Hi list, Is there a way to allow maven to send Authorization header on redirect like curl's --location-trusted ? >From what I understand, [ https://github.com/apache/maven-wagon/blob/c956aac9007303ce9e1746c834d58dff097ce3d6/wagon-providers/wagon-http-shared/src/main/java/org/apac

[ANN] Apache Maven Wagon 3.4.1 released

2020-05-26 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.1. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.1 ** Bug * [WAGON-591] - Transfer event is not restarted when request is redirected * [WAGON-592] - Wagon

[ANN] Apache Maven Wagon 3.4.0 released

2020-04-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.0 ** Bug * [WAGON-568] - Fail to deploy on Sonatype OSS since Maven 3.5.4 * [WAGON-573

[ANN] Apache Maven Wagon 3.3.3 released

2019-06-16 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.3 ** Bug * [WAGON-494] - wagon-ssh: infinite prompts when EOF on stdin * [WAGON-557] - Integer overflow

Re: Wagon SSH/SCP configuration

2019-02-14 Thread Anthony Whitford
Wouldn’t one typically specify a privateKey and passphrase, instead of a password, when using SSH? I see that there is a NullKnownHostProvider <https://maven.apache.org/wagon/wagon-providers/wagon-ssh-common/apidocs/org/apache/maven/wagon/providers/ssh/knownhost/NullKnownHostProvider.html>

Wagon SSH/SCP configuration

2019-02-14 Thread Sean James
I am trying to use wagon ssh to scp files to a system. The source systems are created on the fly so I cannot add them to the known hosts file like I would normally do. From a terminal on these ad hoc systems I can use the "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" op

[ANN] Apache Maven Wagon 3.3.2 released

2019-02-08 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.2. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.2 ** Bug * [WAGON-545] - Connection reset while downloading artifacts in cloud environment (Azure) * [WAGON

[ANN] Apache Maven Wagon 3.3.1 released

2019-01-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.1. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.1 ** Bug * [WAGON-538] - Basic authentication fails if the password contains non-ASCII characters * [WAGON

[ANN] Apache Maven Wagon 3.2.0 released

2018-09-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.2.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.2.0 ** Bug * [WAGON-478] - WebDavWagon accepts SC_OK for MKCOL * [WAGON-486] - Wagon fails to download artifacts

[ANN] Apache Maven Wagon 3.1.0 released

2018-06-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.1.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.1.0 ** Bug * [WAGON-452] - RelaxedTrustStrategy does not handle multiple certificates * [WAGON-493] - Maven

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
On Tuesday, February 27, 2018 2:53 PM, anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf wrote: > The problem is that you have specified the configuration for a specific > execution. An execution bound to the deploy phase. > If you want to execute from command line by specify

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Anders Hammar
gt; > The console says > > ... > [DEBUG] Goal: org.codehaus.mojo:wagon-maven-plugin:1.0:upload > (default-cli) > [DEBUG] Style: Regular > [DEBUG] Configuration: > > ${wagon.excludes} > ${wagon. > followSymLink} > ${wagon.fro

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
at 21:29, Svensson, Lars wrote: > > > > > > > Hi Olivier and thanks for your quick reply! > > > > > > > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > > > > ol...@apache.org] wrote: > > > > > > > >

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
Hi Olivier and thanks for your quick reply! > > > > > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > > > ol...@apache.org] wrote: > > > > > > > webdav is not a plugin but a protocol supported by wagon > > > > yo

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
; > ol...@apache.org] wrote: > > > > > webdav is not a plugin but a protocol supported by wagon > > > you're right using extension tag > > > If you want to deploy your artifacts just configure > > distributionManagement > > > to use dav protoco

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
On 27 February 2018 at 21:29, Svensson, Lars wrote: > Hi Olivier and thanks for your quick reply! > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > ol...@apache.org] wrote: > > > webdav is not a plugin but a protocol supported by wagon > > you&#

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
Hi Olivier and thanks for your quick reply! On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto:ol...@apache.org] wrote: > webdav is not a plugin but a protocol supported by wagon > you're right using extension tag > If you want to deploy your artifacts

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
Hi, webdav is not a plugin but a protocol supported by wagon you're right using extension tag If you want to deploy your artifacts just configure distributionManagement to use dav protocol: dav:https://thewebdavurl/ Otherwise have a look at this plugin: http://www.mojohaus.org/wagon-maven-p

Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
Greetings, This is my first post to this list so please bear with me if I'm ignoring something obvious... I'm trying to deploy a set of files to a webdav server using Maven Wagon, but the plugin does not pick up the configuration specified in my POM. If I specify the URL parame

Re: How to get a Wagon TransferListener wrapping the default Aether TransferListener

2017-10-11 Thread Andreas Sewe
Hi Robert, > Sounds like something which has to be added to maven-artifact-transfer[1] I created MSHARED-662 [2] to track this feature request. I've also since I asked about this written my own adapter, which I would be willing to share. Let's discuss this in JIRA. Best wishes, Andreas > [1]

Re: How to get a Wagon TransferListener wrapping the default Aether TransferListener

2017-10-10 Thread Robert Scholte
Sounds like something which has to be added to maven-artifact-transfer[1] [1] https://maven.apache.org/shared/maven-artifact-transfer/ On Sat, 07 Oct 2017 22:29:26 +0200, Andreas Sewe wrote: Hi, I am writing a Maven plugin that needs a *Wagon* TransferListener

How to get a Wagon TransferListener wrapping the default Aether TransferListener

2017-10-07 Thread Andreas Sewe
Hi, I am writing a Maven plugin that needs a *Wagon* TransferListener (org.apache.maven.wagon.events.TransferListener). To ensure a consistent user experience, this Wagon TransferListener should behave exactly like the (org.eclipse|org.sonatype).aether.transfer.TransferListener which Maven

[ANN] Apache Maven Wagon 3.0.0

2017-08-09 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the Apache Maven Wagon version 3.0.0 Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. Website: http://maven.apache.org/components/wagon/ Release Notes - Maven Wagon - Version

[ANN] Apache Maven Wagon 2.12 released

2017-01-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the ApacheMaven Wagon, version 2.12. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - version 2.12 ** Bug * [WAGON-408] - ITs for #testSecuredGet() fail with Windows * [WAGON-426] - Fingerprints loss in

wagon-maven-plugin with ssh-agent

2016-03-31 Thread Thomas Larsson
Hi, I'm using the wagon-maven-plugin to scp upload files in preparation steps for an integration test. Now I need to ensure that the scp step is done via an ssh-agent already running on the host. Is there a way to achieve this? I found com.indeed ssh-agent-wagon-ssh 2.5.ind

Re: how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread james northrup
thanks, i doubt a new wagon option would subtract from the maven build experience if broken deps are resolved back to thier source https://jitpack.io/#l2x6/srcdeps-maven-plugin/0.0.11 does it as transparent SAAS. On Mon, Dec 7, 2015 at 11:58 AM, Karl Heinz Marbaise wrote: > Hi, > > On

Re: how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread Karl Heinz Marbaise
exist to control wagon so that a similar solution can be added to a parent pom to utilize plugin to build or exec when built dependencies are not yet installed in specified repositories. By default there does not exist such an machanism...for good reasons... Why you might can do use a EventSpy to

how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread james northrup
I would like to intercepts maven repo requests and builds the ones that fit a certain pattern of buildable SCM repos, specifically using git[hub] repositories. what pom options exist to control wagon so that a similar solution can be added to a parent pom to utilize plugin to build or exec when

[ANN] Apache Maven Wagon 2.10

2015-09-12 Thread Dan Tran
Hi, The Apache Maven team is pleased to announce the release of Apache Maven Wagon 2.10. Apache Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. Web site: http://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 2.10 [WAGO

Re: Using two wagon deploys, continue a release even if one of them fails

2015-09-10 Thread Dan Tran
Could you file a request at https://github.com/mojohaus/wagon-maven-plugin and PR it -Dan On Thu, Sep 10, 2015 at 1:27 PM, Alejandro Goñi wrote: > wagon-maven-plugin with wagon-webdav and wagon-ftp > > On Thu, Sep 10, 2015 at 5:26 PM, Dan Tran wrote: > > > are you

Re: Using two wagon deploys, continue a release even if one of them fails

2015-09-10 Thread Alejandro Goñi
wagon-maven-plugin with wagon-webdav and wagon-ftp On Thu, Sep 10, 2015 at 5:26 PM, Dan Tran wrote: > are you using some kind of plugins to deploy ( maven-deploy-plugin, > wagon-maven-plugin, vfs-maven-plugin?) > > > > -D > > On Thu, Sep 10, 2015 at 12:08 PM, Alejandro

Re: Using two wagon deploys, continue a release even if one of them fails

2015-09-10 Thread Dan Tran
are you using some kind of plugins to deploy ( maven-deploy-plugin, wagon-maven-plugin, vfs-maven-plugin?) -D On Thu, Sep 10, 2015 at 12:08 PM, Alejandro Goñi wrote: > In my project, I release an artifact to a local Artifactory using > wagon-webdav, and upload the artifact to a FTP

Using two wagon deploys, continue a release even if one of them fails

2015-09-10 Thread Alejandro Goñi
In my project, I release an artifact to a local Artifactory using wagon-webdav, and upload the artifact to a FTP server using wagon-ftp. If the upload fails, the entire release fails. I need a success release, even if the upload fail, but if the fail is in the release to Artifactory, then is ok

Re: Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Anton Hughes
On Wed, Apr 1, 2015 at 8:24 PM, Dan Tran wrote: > You will need to add repository tag to add apache snapshot Ah - of course. Yes, forgot about that. Thanks Dan.

Re: Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Dan Tran
You will need to add repository tag to add apache snapshot, so that your pom can find latest maven-wagon 2.9-SNAPSHOT. Trust me you need this if you plan to download and upload as well using ssh[1] -Dan [1] https://jira.codehaus.org/browse/WAGON-429 On Wed, Apr 1, 2015 at 10:41 AM, Anton

Re: Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Anton Hughes
On Wed, Apr 1, 2015 at 5:43 PM, Dan Tran wrote: > also maven-wagon-2.9-SNAPSHOT has a lots of blocking fixes. Did you us > that? > Yes, I did - but maven could not find that artifact. However, I did resolve this issue. It turned out to be a problem with the server. Thanks for th

Re: Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Leo Laskin
unsubscribe On Wed, Apr 1, 2015 at 10:43 AM, Dan Tran wrote: > Looks like there a hanhshake isue btween wagon ssh and your remote host. > did you try with smaller files?. Are you able to use vanilla scp to push > file over? > > also maven-wagon-2.9-SNAPSHOT has a lots of block

Re: Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Dan Tran
Looks like there a hanhshake isue btween wagon ssh and your remote host. did you try with smaller files?. Are you able to use vanilla scp to push file over? also maven-wagon-2.9-SNAPSHOT has a lots of blocking fixes. Did you us that? -D On Wed, Apr 1, 2015 at 7:26 AM, Anton Hughes wrote

Wagon ssh - java.io.IOException: Unexpected end of data

2015-04-01 Thread Anton Hughes
Hi When trying to scp a file to a server, I am getting the following error, specifically, java.io.IOException: Unexpected end of data. [DEBUG] Configuring mojo org.codehaus.mojo:wagon-maven-plugin:1.0:upload-single from plugin realm ClassRealm[plugin>org.codehaus.mojo:wagon-maven-plugin:1.0, p

Re: Wagon examples pom not working

2015-04-01 Thread Anton Hughes
Please ignore - have it working now. Must have been a glitch in the matrix. On Wed, Apr 1, 2015 at 3:34 PM, Anton Hughes wrote: > Hi all > > I have been struggling for several days to get maven wagon to work as > expected. > > I have been trying the 'comprehensive

Wagon examples pom not working

2015-04-01 Thread Anton Hughes
Hi all I have been struggling for several days to get maven wagon to work as expected. I have been trying the 'comprehensive' examples from https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/ in particular, the ssh-it examples. When I run these I get the followi

Re: [ANN] Apache Maven Wagon 2.8

2014-11-17 Thread Olivier Lamy
Hi, Pushed in master. On 17 November 2014 19:51, Jeroen Hoek wrote: > Hello, > > Maven Wagon 2.7 (and presumably 2.8) fixes a bug in Maven related to > client-side SSL certificates by upgrading its dependencies to a newer > version of Apache HttpComponents httpclient. This is gr

Re: [ANN] Apache Maven Wagon 2.8

2014-11-17 Thread Jeroen Hoek
Hello, Maven Wagon 2.7 (and presumably 2.8) fixes a bug in Maven related to client-side SSL certificates by upgrading its dependencies to a newer version of Apache HttpComponents httpclient. This is great, because it is now possible to use Maven with a private artefact repository secured with two

[ANN] Apache Maven Wagon 2.8

2014-11-16 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the release of Apache Maven Wagon 2.8. Apache Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. Web site: http://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 2.8 *

Re: Wagon-FTP Help

2014-10-05 Thread Austin Whyte
t; > > It still fails but this time with a slightly different error: > > http://pastebin.com/Z4FMhAXQ > > > > > > > > > > > > > > - Austin > > > > > > > > > > > > From: Dan Tran > > Sent: ‎Sunday‎, ‎October‎

Re: Wagon-FTP Help

2014-10-05 Thread Dan Tran
> To: Maven Users List > > > > > > i mean you need to manually copy a couple of dependecy file for ftp wagon, > that doc mention it > > > On Sun, Oct 5, 2014 at 3:46 PM, wrote: > > > Okay, I tried running wagon:update-maven-3 and then deploying a

Re: Wagon-FTP Help

2014-10-05 Thread mr.austinwhyte
Sorry, Missed that. It still fails but this time with a slightly different error: http://pastebin.com/Z4FMhAXQ - Austin From: Dan Tran Sent: ‎Sunday‎, ‎October‎ ‎5‎, ‎2014 ‎3‎:‎50‎ ‎PM To: Maven Users List i mean you need to manually copy a couple of dependecy file for ftp wagon

Re: Wagon-FTP Help

2014-10-05 Thread Dan Tran
i mean you need to manually copy a couple of dependecy file for ftp wagon, that doc mention it On Sun, Oct 5, 2014 at 3:46 PM, wrote: > Okay, I tried running wagon:update-maven-3 and then deploying again but > that still didn't work. It failed with the same error. > > &

Re: Wagon-FTP Help

2014-10-05 Thread mr.austinwhyte
Okay, I tried running wagon:update-maven-3 and then deploying again but that still didn't work. It failed with the same error. - Austin From: Dan Tran Sent: ‎Sunday‎, ‎October‎ ‎5‎, ‎2014 ‎3‎:‎38‎ ‎PM To: Maven Users List This may help http://mojo.codehaus.org/wagon-maven-p

Re: Wagon-FTP Help

2014-10-05 Thread Dan Tran
This may help http://mojo.codehaus.org/wagon-maven-plugin/usage.html On Sun, Oct 5, 2014 at 3:27 PM, wrote: > Hello community, > > > Over the last hour or so, I’ve been looking for ways to host a private > repository. I have resolved on using my webserver and uploading via FT

Wagon-FTP Help

2014-10-05 Thread mr.austinwhyte
command: mvn deploy:deploy-file -DgroupId=some.version -Dversion=1.0-Dpackaging=jar -Dfile=my-file.jar -DrepositoryId=maven-my-repo -DartifactId=my-artifact-Durl=ftp://maven.mysite.com I have the latest version of Wagon-FTP installed to %M2_HOME%\lib and whenever I try to deploy, it fails

RE: wagon ssh corrupts known_hosts?

2014-09-20 Thread Martin Gainty
> From: bur...@spinn3r.com > Date: Sat, 20 Sep 2014 15:38:07 -0700 > Subject: wagon ssh corrupts known_hosts? > To: users@maven.apache.org > > I have a step release process. > > Step 1 uses maven and the wagon-ssh plugin to push .debs and .jars to my > maven and

wagon ssh corrupts known_hosts?

2014-09-20 Thread Kevin Burton
I have a step release process. Step 1 uses maven and the wagon-ssh plugin to push .debs and .jars to my maven and debian repositories via SSH and the scp:// wagon which uses jSch. Step 2 uses ansible and SSH via OpenSSH… this is the step that breaks now because jSch writes a new known_hosts file

[ANN] Apache Maven Wagon 2.7 Released

2014-09-17 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of Apache Maven Wagon 2.7. Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. http://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 2.7 ** New Feature * [WAGO

AW: AW: site-deploy using wagon-ssh: User input needed

2014-08-14 Thread Hohl, Gerrit
hricht- Von: Georgy Lago [mailto:georgyl...@hotmail.com] Gesendet: Donnerstag, 14. August 2014 06:51 An: users@maven.apache.org Betreff: Re: AW: site-deploy using wagon-ssh: User input needed Hi Gerrit, This is an old topic, and you may have solved it some way or another by now. But just as I

Re: AW: site-deploy using wagon-ssh: User input needed

2014-08-13 Thread Georgy Lago
32-bit Java and it is expecting to find the .ssh/ folder under the SysWOW64 system profile path. Regards, Georgy -- View this message in context: http://maven.40175.n5.nabble.com/site-deploy-using-wagon-ssh-User-input-needed-tp5795624p5802252.html Sent from the Maven - Users mailing list

Re: Why doesn't wagon ssh look at exit codes instead of error stream content

2014-07-29 Thread Thomas Larsson
Thank you. I'm still interested in the wagon code btw. On Tue, Jul 29, 2014 at 8:21 PM, Benson Margulies wrote: > http://evgeny-goldin.com/wiki/Sshexec-maven-plugin? > > On Tue, Jul 29, 2014 at 10:04 AM, Thomas Larsson > wrote: > > Well, the use case is that we perform

Re: Why doesn't wagon ssh look at exit codes instead of error stream content

2014-07-29 Thread Benson Margulies
t; Since the tests are not run locally but on a cluster, we need to execute > some commands on that cluster over ssh. > > An obvious follow-up question is, is there any recommended maven plugin for > executing ssh commands? > > But on a more philosophical level I am also interested

Re: Why doesn't wagon ssh look at exit codes instead of error stream content

2014-07-29 Thread Thomas Larsson
follow-up question is, is there any recommended maven plugin for executing ssh commands? But on a more philosophical level I am also interested in why the Wagon code looks like it does. Best Regards Thomas On Tue, Jul 29, 2014 at 3:49 PM, Benson Margulies wrote: > In my experience, trying to

Re: Why doesn't wagon ssh look at exit codes instead of error stream content

2014-07-29 Thread Benson Margulies
In my experience, trying to use the wagon-maven-plugin to do anything except move Maven artifacts around is a really exciting experience. If you describe your entire use case perhaps someone can offer another approach? On Tue, Jul 29, 2014 at 9:47 AM, Thomas Larsson wrote: > Hello all, >

Why doesn't wagon ssh look at exit codes instead of error stream content

2014-07-29 Thread Thomas Larsson
the maven wagon plugin, with a command looking something like "hive -e 'show databases'". When doing this, hive outputs parts of the result over stderr (which is very weird I grant) but the command exits with exit code 0, i.e. no error. However, since wagon (and in extension th

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
didn't work. There is no .jenkins folder in that directory. But I'll gave it a try, created that folder and copied the file C:\Windows\System32\config\.jenkins\.ssh\known_hosts Then I started the build process again. But the result was the same: wagon-ssh is asking me if it sh

Re: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Stephen Connolly
> > Thanks again for your mail. :) > > Regards, > Gerrit > > > -Ursprüngliche Nachricht- > Von: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] Im Auftrag > von Curtis Rueden > Gesendet: Dienstag, 24. Juni 2014 14:36 > An: Maven Users List > Be

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
Betreff: Re: site-deploy using wagon-ssh: User input needed Hi Gerrit, > I see in the Jenkins Build log that wagon-ssh keeps asking if it > should trust the connection by showing the SSH RSA fingerprint. Maybe your Jenkins's %USER_HOME% is simply not set as you expect? Apparently [

Re: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Curtis Rueden
Hi Gerrit, > I see in the Jenkins Build log that wagon-ssh keeps asking if it > should trust the connection by showing the SSH RSA fingerprint. Maybe your Jenkins's %USER_HOME% is simply not set as you expect? Apparently [2], Jenkins on Windows defaults to C:\Users\[MY_USER]\.jenkin

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
Hello everyone, I still having this problem. Does no one of you use that wagon-ssh? Don't you upload the Maven report on a web server? Or do you use simply other methods? If there is a better method I would be happy to know that. :) Regards, Gerrit -Ursprüngliche Nachricht- Von:

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
place My pom.xml looks like this: org.apache.maven.plugins maven-site-plugin 3.3 en org.apache.maven.wagon wagon-ssh

AW: site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
folder of the system account which is used e.g. by Tomcat. And as Jenkins and Maven are executed by Tomcat, they should work on the same folder. Unfortunately I didn't work: I see in the Jenkins Build log that wagon-ssh keeps asking if it should trust the connection by showing the SS

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
place My pom.xml looks like this: org.apache.maven.plugins maven-site-plugin 3.3 en org.apache.maven.wagon wagon-ssh

Re: Wagon extensions not available from AbstractMavenLifecycleParticipant or maven-dependency-tree?

2014-05-13 Thread William Ferguson
the local repo. > > But if the s3 Wagon is defined in the project along with a dependency from > the s3 bucket, then the following debug log shows that > DependencyGraphBuilder of maven-dependency-tree can't resolve the s3 wagon, > and the dependency is not resolved now or later i

Wagon extensions not available from AbstractMavenLifecycleParticipant or maven-dependency-tree?

2014-05-12 Thread William Ferguson
I have a MavenLifecycleParticipant in my plugin. It uses maven-dependency-tree to resolve some deps that we need to do extra processing on. It works fine if the deps are in the local repo. But if the s3 Wagon is defined in the project along with a dependency from the s3 bucket, then the following

[ANN] Maven Wagon 2.6 Released

2014-01-02 Thread Benson Margulies
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 2.6. The Wagon component provides communications between Maven and repositories. Typically, to use a particular version of Wagon, you would add an 'extension' to your PO

Re: Publish new maven wagon artifact?

2013-12-30 Thread Benson Margulies
I'm releasingf 2.6. On Fri, Dec 27, 2013 at 1:17 PM, Dan Beaulieu wrote: > I am running into a java 7 maven 2.2 issue as documented here: > http://jira.codehaus.org/browse/WAGON-391 > > It looks like this has been addressed in the 2.6-SNAPSHOT for maven wagon, > but

Publish new maven wagon artifact?

2013-12-29 Thread Dan Beaulieu
I am running into a java 7 maven 2.2 issue as documented here: http://jira.codehaus.org/browse/WAGON-391 It looks like this has been addressed in the 2.6-SNAPSHOT for maven wagon, but it has not yet been published to the maven repo. Let me know if there is a way to push that through or if

Re: is the "wagon-maven-plugin" broken?

2013-12-16 Thread Stuart McCulloch
On 16 Dec 2013, at 18:45, Dan Tran wrote: > Thank you Stuart for root cause analysis > > So I guess the work around is to place commons-io, commons-lang and jsoup > at maven3's lib directory. > > Do we have jira for wagon for this issue? There you go: http://jira.co

Re: is the "wagon-maven-plugin" broken?

2013-12-16 Thread Dan Tran
Thank you Stuart for root cause analysis So I guess the work around is to place commons-io, commons-lang and jsoup at maven3's lib directory. Do we have jira for wagon for this issue? -D On Mon, Dec 16, 2013 at 9:38 AM, Stuart McCulloch wrote: > Looks like a shading issue in mav

Re: is the "wagon-maven-plugin" broken?

2013-12-16 Thread Stuart McCulloch
Looks like a shading issue in maven-wagon/wagon-providers/wagon-http: https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=blob;f=wagon-providers/wagon-http/pom.xml;h=1fd61e34da435024062a566f6bd68410d98fdc67;hb=HEAD#l87 It doesn’t shade in commons-io, commons-lang, or jsoup

Re: is the "wagon-maven-plugin" broken?

2013-12-16 Thread Dan Tran
fails with mvn 3 and works with mvn2 :( On Sun, Dec 15, 2013 at 11:11 PM, Sankaran, Nambi wrote: > Please try the integration tests from the http-download > > https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/ > > > -Original Message

RE: is the "wagon-maven-plugin" broken?

2013-12-15 Thread Sankaran, Nambi
Please try the integration tests from the http-download https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/ -Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: Sunday, December 15, 2013 11:09 PM To: Maven Users List Subject: Re: is the

Re: is the "wagon-maven-plugin" broken?

2013-12-15 Thread Dan Tran
Also, you may want to give vfs-maven-plugin a try as well, it is a replacement of wagon maven plugin which is heavily depending on maven runtime to provide the transport On Sun, Dec 15, 2013 at 11:09 PM, Dan Tran wrote: > got small pom to reproduce this issue? does it work with mave

Re: is the "wagon-maven-plugin" broken?

2013-12-15 Thread Dan Tran
got small pom to reproduce this issue? does it work with maven 2? -D On Sun, Dec 15, 2013 at 9:32 PM, Sankaran, Nambi wrote: > None of the goals in “wagon-maven-plugin” work > http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html > > Have anyone used any of these

is the "wagon-maven-plugin" broken?

2013-12-15 Thread Sankaran, Nambi
None of the goals in “wagon-maven-plugin” work http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html Have anyone used any of these goals before? https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/pom.xml [INFO] Scanning for projects... [WARNING] [WARNING

[ANN] Apache Maven Wagon 2.5 Released

2013-09-17 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 2.5 Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. Site http://maven.apache.org/wagon/ To make use of it, you may override the Wagon version

Re: Wagon Upload Released Artifact

2013-07-29 Thread Stephen Connolly
; servers, we happen to be using the SSH wagon to do that. When development > snapshots are built, we can just use Hudson environment variables to tell > it which system to upload to and it does it directly on deploy. > > Now, for release, I want it to build and deploy to our repository m

Wagon Upload Released Artifact

2013-07-29 Thread patrick krekelberg
Hi all, I am thinking the problem I am trying to solve has to be a common one, so I'll throw this out there to see what you think: We have an application that ultimately needs to get pushed to one or more servers, we happen to be using the SSH wagon to do that. When development snapshot

Re: Can't manage to download a site with wagon maven plugin

2013-06-13 Thread Jeff MAURY
I've found the problem with a sample on top of wagon-http. The response is gzip'ed by the server but the Apache HTTP client or wagon-http does not unzip the stream -> parsing the response leads to no links detected Jeff On Thu, Jun 13, 2013 at 2:52 PM, Olivier Lamy wrote: &

  1   2   3   4   5   6   >