If you try a "maven -o m:rebuild-all" then you'll get the
following error in the Tomcat module:
[echo] Deploying Apache Tomcat configuration
[java] Unable to access jarfile
/data/cvs/geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT/bin/deployer.jar
This is because the Tomcat module builds before assembly, so the
deployer has not been built at the time the Tomcat module is built and
tries to access the deployer. This is the same problem that's been there
for ages.
I'm removing the Tomcat dependency from the assembly module since
the Tomcat build is broken (and in fact it's already commented out of the
multiproject build!), which means the assembly module otherwise
auto-fails.
Thanks,
Aaron