2011/12/20 Mark Thomas <ma...@apache.org> > On 20/12/2011 09:05, Olivier Lamy wrote: > > 2011/12/20 Antonio Petrelli <antonio.petre...@gmail.com>: > > >> Whoops! I had to do it before :-) > >> First of all, Git is read-only at Apache: > >> http://git.apache.org/ > >> In this page there are many Gitted projects for Tomcat. My current fork > is > >> for Tomcat 7: > >> https://github.com/apetrelli/tomcat70 > >> However, since the fork, I did not pushed anything yet. > > > > Have a look at the maven layout I have done here: > > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/maven/ > > It produces the same artifacts (except distrib) all tests are in a > module. > > It's just a question of moving sources. > > Let me know if you want I push/commit some other changes in a branch > > somewhere with sources move and start to work on assembly stuff. > > I'd suggest that the GitHub fork is the place to collaborate as we have > both committers and non-committers wanting to work on this. >
Thanks, I'm ok with this. However if a Maven committer forks at GitHub and, then, other Maven non-committers fork from it would be easier, because this way the committer might merge the pull requests and commit (if he likes it). Antonio