You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Anthony B. Coates" <ab...@idmm.co.uk> on 2005/10/01 18:14:57 UTC

Looking for design documentation for Wagon & ScmWagon

Hi.  I'm trying to understand how the SCM Wagon is intended to work, but  
it isn't sufficiently obvious to me from scanning the Java source.  Is  
there any design documentation anywhere that anyone can point me to?

As much as I understand, Maven's habit of embedding version numbers into  
JAR filenames in repositories is related to the limitations of file and  
HTTP implementations of Wagon.  To convince my enterprise clients to use  
Maven, I need to be able to tell them that for SCM-based Maven  
repositories, the JAR filenames are version free, and the version is  
instead determined via a tag/label.  However, I can't quickly determine  
whether this is the case or not.

Can anyone give me any pointers?  Thanks very much in advance,

Cheers, Tony.
-- 
Anthony B. Coates, Director
Information Design, Messaging and Management
mailto:abcoates@idmm.co.uk
Mobile/Cell: +44 (79) 0543 9026
--
MDDL Editor (Market Data Definition Language)
http://www.mddl.org/
FpML AWG Member (Financial Products Markup Language)
http://www.fpml.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Looking for design documentation for Wagon & ScmWagon

Posted by "Anthony B. Coates" <ab...@idmm.co.uk>.
Hi.  I posted this previously to the Maven Developers List, but things are  
extremely busy there in the lead up to the beta-3 release.  If anyone here  
can help me understand how the Maven SCM Wagon is designed, I would be  
extremely grateful.  Thanks, Cheers, Tony.

------- Forwarded message -------
From: "Anthony B. Coates" <ab...@idmm.co.uk>
To: "Maven Developers List" <de...@maven.apache.org>
Subject: Looking for design documentation for Wagon & ScmWagon
Date: Sat, 01 Oct 2005 17:14:57 +0100

Hi.  I'm trying to understand how the SCM Wagon is intended to work, but
it isn't sufficiently obvious to me from scanning the Java source.  Is
there any design documentation anywhere that anyone can point me to?

As much as I understand, Maven's habit of embedding version numbers into
JAR filenames in repositories is related to the limitations of file and
HTTP implementations of Wagon.  To convince my enterprise clients to use
Maven, I need to be able to tell them that for SCM-based Maven
repositories, the JAR filenames are version free, and the version is
instead determined via a tag/label.  However, I can't quickly determine
whether this is the case or not.

Can anyone give me any pointers?  Thanks very much in advance,

Cheers, Tony.
-- 
Anthony B. Coates, Director
Information Design, Messaging and Management
mailto:abcoates@idmm.co.uk
Mobile/Cell: +44 (79) 0543 9026
--
MDDL Editor (Market Data Definition Language)
http://www.mddl.org/
FpML AWG Member (Financial Products Markup Language)
http://www.fpml.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Looking for design documentation for Wagon & ScmWagon

Posted by Brett Porter <br...@apache.org>.
Anthony B. Coates wrote:

> Hi.  I'm trying to understand how the SCM Wagon is intended to work,
> but  it isn't sufficiently obvious to me from scanning the Java
> source.  Is  there any design documentation anywhere that anyone can
> point me to?

This was actually just a proof of concept, it hasn't been finalised.

>
> As much as I understand, Maven's habit of embedding version numbers
> into  JAR filenames in repositories is related to the limitations of
> file and  HTTP implementations of Wagon.  To convince my enterprise
> clients to use  Maven, I need to be able to tell them that for
> SCM-based Maven  repositories, the JAR filenames are version free, and
> the version is  instead determined via a tag/label.  However, I can't
> quickly determine  whether this is the case or not.

Not at the moment, though it is possible.

>
> Can anyone give me any pointers?  Thanks very much in advance,

Probably the only avenue right now is to check out the sources and try
it out. Thanks for your interest!

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org