On 11/11/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
All,

Is it a requirement or a 'good thing (tm)' to have the following
groupId and version for maven built incubator projects?

e.g. take wicket-parent:

<groupId>org.apache.incubator.wicket</groupid>
<artifactId>wicket-parent</artifactId>
<version>1.3-incubating-SNAPSHOT</version>

I think that's a bad thing, as upon the first release after
graduation, the groupId will change, and therefore your pre-post &
graduation artifacts will be considered to be totally different.  This
will expose problems to users of your artifacts because Maven can't
prevent them from getting two different versions of wicket.

Or is it ok to do:

<groupId>org.apache.wicket</groupid>
<artifactId>wicket-parent</artifactId>
<version>1.3-incubating-SNAPSHOT</version>

My understanding is that this is the policy agreed upon here.  It's
how we're doing it in Abdera.

-Stephen

Or just:

<groupId>org.apache.wicket</groupid>
<artifactId>wicket-parent</artifactId>
<version>1.3-SNAPSHOT</version>

Martijn

--
<a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
for <a href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!</a>

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




--
Stephen Duncan Jr
www.stephenduncanjr.com

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

Reply via email to