2011/3/4 Filip Hanik - Dev Lists <devli...@hanik.com>: > Where do we stand with publishing Tomcat jars/artifacts to a Maven > repository. > I see that the mvn-pub.xml has been updated, but I don't see where the > source JARs are generated from.
Are you talking about Tomcat 7? res/maven/mvn.properties.default has: #Where do we load the libraries from tomcat.lib.path=../../output/build/lib tomcat.bin.path=../../output/build/bin tomcat.src.path=../../output/src-jars tomcat.embed.path=../../output/embed tomcat.embed.src.path=../../output/embed-src-jars tomcat.extras.path=../../output/extras tomcat.extras.src.path=../../output/extras-src-jars The files in those "*-src-jars" folders are generated when you do `ant release`. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org