Re: Maven Wagon Plugin - Documentation

2008-12-29 Thread Jean-Claude
Hi Baptiste, I want to deploy an EAR file to a remote JBoss server. I tried it with the cargo plugin but it didn't work (see http://www.nabble.com/cargo%3Adeploy-and-Jboss-5%3A-problem-deploying-an-EAR-remotely-to21141731.html Deploy using cargo ) I tried it with the jboss-maven-plugin but it

Re: Maven Wagon Plugin - Documentation

2008-12-24 Thread Baptiste MATHUS
Maven wagons are low-level API imo. You might want to use a higher one. What do you want to do? Transfer some file after packaging or something like this? Is this close to deployment? Artifact staging? Remote resource retrieval?... Cheers. 2008/12/24 Rouvinez, Jean-Claude

Re: Maven Wagon Plugin - Documentation

2008-12-24 Thread Dan Tran
try http://mojo.codehaus.org/wagon-mven-plugin On Wed, Dec 24, 2008 at 6:11 AM, Baptiste MATHUS m...@batmat.net wrote: Maven wagons are low-level API imo. You might want to use a higher one. What do you want to do? Transfer some file after packaging or something like this? Is this close to

Re: Maven Wagon Plugin - Documentation

2008-12-24 Thread Dan Tran
sorry fast finger, http://mojo.codehaus.org/wagon-maven-plugin On Wed, Dec 24, 2008 at 12:04 PM, Dan Tran dant...@gmail.com wrote: try http://mojo.codehaus.org/wagon-mven-plugin On Wed, Dec 24, 2008 at 6:11 AM, Baptiste MATHUS m...@batmat.net wrote: Maven wagons are low-level API imo. You

Re: Maven Wagon

2007-10-03 Thread Tim Kettler
Hi, nap4110 schrieb: Hi Newbie here: We want to use wagon to grab specific artifacts from our repository. I have looked at the sample test case provided by apache here:

Re: Maven Wagon

2007-08-02 Thread Alan D. Salewski
On Wed, Aug 01, 2007 at 10:10:13PM -0400, Timothy Reilly spake thus: Is there additional information on Wagon besides http://maven.apache.org/wagon ? I have been working with wagon for the last couple of days. The best I've personally have found is to read the code:

Re: Maven Wagon

2007-08-02 Thread John Redden
A few months ago I posted several times about the deficiencies of wagon. You can probably find them in the archives. If not let me know and I can repost them. But through all the smoke and mirrors, one of the most important modules wagon encapsulates is com.jcraft.jsch. If you look at this

RE: Maven Wagon

2007-08-01 Thread Timothy Reilly
Is there additional information on Wagon besides http://maven.apache.org/wagon ? I have been working with wagon for the last couple of days. The best I've personally have found is to read the code: http://svn.apache.org/viewvc/maven/wagon/trunk/ If you have specific questions, maybe myself

Re: Maven Wagon

2007-08-01 Thread Wayne Fay
There's probably some info in the free PDF e-books from Devzuz and Sonatype, and of course in the source code itself. Wayne On 8/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there additional information on Wagon besides http://maven.apache.org/wagon ? This email message and any

Re: Maven Wagon Provider File

2007-02-16 Thread Mickaƫl Rifflard
Hello Fred, In my opinion, don't try to use Wagon with another protocol than HTTP. With others protocols, Maven doesn't run (or with a lot of difficulty). Bye. Mikl On 2/13/07, Fred Foucart [EMAIL PROTECTED] wrote: Hello everybody, I try to install an internal repository. Before to go

RE: Maven Wagon vs Depot

2004-02-05 Thread Maczka Michal
-Original Message- From: Villevalois Didier [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Maven Wagon vs Depot Hi all! I would like if there are relations between Wagon and the Depot incubator project. If non yet, will

Re: Maven Wagon vs Depot

2004-02-05 Thread Jason van Zyl
On Thu, 2004-02-05 at 10:16, Villevalois Didier wrote: Hi all! I would like if there are relations between Wagon and the Depot incubator project. Nope. If non yet, will there be ?? I doubt it. It seems to me that there is a big overlap between thos two projects. Do i miss something