For any branch creation I strongly recommend to change the version number :<br><br>Here we can use  : <br>    3.0.0-CR1_perf-SNAPSHOT<br>    It is doable in one step from the root dir using this command  : &quot;mvn versions:set -DnewVersion=3.0.0-CR1-perf-SNAPSHOT&quot;<br>

<br>Why ?<br>    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.<br>    This apply for any branch imho (wsrp-integration is also concerned).<br>


<br clear="all">Dimitri BAELI - eXo Platform SAS<br>
<br><br><div class="gmail_quote">On Wed, Oct 21, 2009 at 6:58 PM, Julien Viet <span dir="ltr">&lt;<a href="mailto:julien@julienviet.com">julien@julienviet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi all,<br>
<br>
I have created a branch for working on gatein optimization.<br>
<br>
The branch is interesting for several reasons:<br>
<br>
- we can always compare performances from the trunk and the branch and<br>
estimate the gain<br>
- the trunk will be isolated from that branch as it will likely use<br>
snapshots at some points and perhaps introduce bugs<br>
- when work is done and before merge to the trunk, we can run the<br>
sniff tests<br>
- it is based on the beta 2 so we can expect to have some stability<br>
- it defines a clear life cycle in the work being done<br>
<br>
I will probably not be the only person working on that effort<br>
(hopefully) but I will be the person managing the life cycle of the<br>
branch which means:<br>
<br>
- perform the continuous merging of trunk to the branch<br>
- perform the final merge of the branch back to the trunk at some points<br>
<br>
The branch was created from the trunk revision number 380 (important<br>
to keep the last revision number from which the branch is up to date)<br>
which seems to be the beta 2 release tag.<br>
<br>
I will work for the next couple of days on removing the major<br>
bottlenecks, so you can expect an update before next monday.<br>
<br>
We should try to use this thread to discuss about this topic.<br>
<br>
cheers<br>
<br>
Julien<br>
<br>
_______________________________________________<br>
gatein-dev mailing list<br>
<a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
</blockquote></div><br>