2010/1/28 <jfcl...@apache.org>: > Author: jfclere > Date: Thu Jan 28 16:43:30 2010 > New Revision: 904152 > > URL: http://svn.apache.org/viewvc?rev=904152&view=rev > Log: > Fix for the broken maven stuff. > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt >
> + > +* Fix the maven stuff for the maven repo. > + Before it does't find tomcat-juli.jar and the remoteRepository seems > broken . > + http://people.apache.org/~jfclere/patches/maven.patch > + +1: jfclere > + -1 >From maven.patch: - <doMavenDeploy artifactId="juli" jarFileName="tomcat-juli.jar"/> <!--Deploy JULI--> + <doMavenDeploy artifactId="juli" jarFileName="tomcat-juli.jar" jarFileDir="${tomcat.extras.path}"/> <!--Deploy JULI--> -- how is that? Yes, we have tomcat-juli.jar in extras, but that is "other" JULI, used to run Tomcat with Log4J. (62759 bytes jar vs. 25804 bytes jar in 6.0.24). Is this intended? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org