On 7/27/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Actually thats a good argument for using a single maven 2 repository
> for incubating and non-incubating releases and forcing the use of the
> 'incubator/incubating' text in the version of incubating projects
> releases. As it means if you are looking at the POM its immediately
> obvious what the incubating status is - whereaas its not obvious if
> you are using different repositories (since Maven can use many remote
> repositories taken from the current pom or a super-pom and so from a
> pom its not completely obvious what comes from where etc).

Hi James,

What we do currently (trying to name the versions righ) is:

  <groupId>org.apache.myfaces.trinidad</groupId>
  <artifactId>trinidad</artifactId>
  <packaging>pom</packaging>
  <name>Apache Incubator Trinidad Podling</name>
  <version>incubator-m1-SNAPSHOT</version>

incubator +
m1 = milestone1
+ SNAPSHOT (since no m1 release yet)

Sounds good to me.



What I more like that a seperate maven1/2 repo is maybe a incubator
continuum server.
Currently Trinidad uses that MyFaces continuum server.

Yeah! :) One of those would rock too.

Though we also need an m2 repository so that users using m2 can build
against releases of incubating projects.
--

James
-------
http://radio.weblogs.com/0112098/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to