For any branch creation I strongly recommend to change the version number :

Here we can use  :
    3.0.0-CR1_perf-SNAPSHOT
    It is doable in one step from the root dir using this command  : "mvn versions:set -DnewVersion=3.0.0-CR1-perf-SNAPSHOT"

Why ?
    To avoid mix in binaries produced by maven in your local repository. It is hard to find out when a problem is occuring because of that.
    This apply for any branch imho (wsrp-integration is also concerned).

Dimitri BAELI - eXo Platform SAS


On Wed, Oct 21, 2009 at 6:58 PM, Julien Viet <julien@julienviet.com> wrote:
Hi all,

I have created a branch for working on gatein optimization.

The branch is interesting for several reasons:

- we can always compare performances from the trunk and the branch and
estimate the gain
- the trunk will be isolated from that branch as it will likely use
snapshots at some points and perhaps introduce bugs
- when work is done and before merge to the trunk, we can run the
sniff tests
- it is based on the beta 2 so we can expect to have some stability
- it defines a clear life cycle in the work being done

I will probably not be the only person working on that effort
(hopefully) but I will be the person managing the life cycle of the
branch which means:

- perform the continuous merging of trunk to the branch
- perform the final merge of the branch back to the trunk at some points

The branch was created from the trunk revision number 380 (important
to keep the last revision number from which the branch is up to date)
which seems to be the beta 2 release tag.

I will work for the next couple of days on removing the major
bottlenecks, so you can expect an update before next monday.

We should try to use this thread to discuss about this topic.

cheers

Julien

_______________________________________________
gatein-dev mailing list
gatein-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/gatein-dev