I have this setup: Eclipse java project, IvyDE plugin, ivy.xml file in my project, dependency on tomcat 6.0.35 with catalina and other modules, ivy resolvers configured to maven2 ibiblio and other. The catalina module resolves in maven2. But the tomcat 6 artifacts in maven2 do not include tomcat sources. the sources can be found in a zip in apache archives.
I already tried to publish the sources to a team-shared ivy repository, but found no way to do it so that IvyDE classpath container picked it up. We have a team-shared copy of the public catalina and other tomcat modules in our team-shared repository. I thought of manually adding the sources there, but how do I get it right with checksums? Another Idea, create my own catalina-extend project with dependency on public catalina and published artifacts catalina.jar plus source zip? Looks like experimenting another two days... it can't be that difficult??