dev@glassfish.java.net

Trunk/Branch checkin process

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Tue, 07 Oct 2008 11:08:26 -0700

Hi All

To checkout the v3 prelude branch, please use the following svn command.
svn checkout
https://svn.dev.java.net/svn/glassfish-svn/branches/v3_prelude_release

When building a branch workspace, it's always a good idea to use a
dedicated maven local repository, there are several ways to do that [1]
but I do :

mvn -Dmaven.repo.local=/tmp/m2 clean install

All checkins to this branch must be reviewed and approved by me.

Trunk is open for all checkins, no review necessary.

Thanks, Jerome

[1] http://maven.apache.org/settings.html