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>

Or is it ok to do:

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

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]

Reply via email to