DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
geronimo-servlet_2.5_spec
- already in geronimo/specs/trunk
geronimo-annotation_1.0_spec
- already in geronimo/specs/trunk
geronimo-jsp_2.1_spec
geronimo-el
Get all these specs published to a maven repo
...
request tomcat dev team to publish 6.0.2 beta artifacts in a maven repository
- build tomcat v6.0.2 beta locally and publish in a temporary m2 repo
http://people.apache.org/~pmcmahan/maven2/

- use groupid "tomcat6" to avoid maven bug (I suspect MNG2340)
used groupid org/apache/tomcat
modules/geronimo-tomcat
add repository http://people.apache.org/~pmcmahan/maven2/
to pom - this will be removed when tomcat publishes v6 artifacts
update pom to use tomcat 6.0.2 beta jars
remove outdated clustering (o.a.g.tomcat.cluster)
update resources in src/main/resources/META-INF/geronimo-tomcat/var/catalina
update dependencies in src/main/resources/META-INF/geronimo-dependency.xml
update test cases
...
configs/tomcat
add repository http://people.apache.org/~pmcmahan/maven2/
to pom - this will be removed when tomcat publishes v6 artifacts
...