Author: markt Date: Mon Oct 13 09:18:17 2014 New Revision: 1631321 URL: http://svn.apache.org/r1631321 Log: Futher patch from Pierre Viret. Enable the jdbc-pool module since BZ 57005 is fixed.
Modified: tomcat/sandbox/trunk-maven-layout/pom.xml Modified: tomcat/sandbox/trunk-maven-layout/pom.xml URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/pom.xml?rev=1631321&r1=1631320&r2=1631321&view=diff ============================================================================== --- tomcat/sandbox/trunk-maven-layout/pom.xml (original) +++ tomcat/sandbox/trunk-maven-layout/pom.xml Mon Oct 13 09:18:17 2014 @@ -42,7 +42,6 @@ </licenses> <modules> - <module>modules/jdbc-pool</module> <module>tomcat-annotations-api</module> <module>tomcat-catalina</module> <module>tomcat-api</module> @@ -57,6 +56,7 @@ <module>tomcat-extras-juli-adapters</module> <module>tomcat-jasper</module> <module>tomcat-jasper-el</module> + <module>tomcat-jdbc</module> <module>tomcat-jni</module> <module>tomcat-jsp-api</module> <module>tomcat-servlet-api</module> @@ -75,10 +75,7 @@ <module>tomcat-i18n-ja</module> --> <!-- seperate modules --> - <!-- disabled because maven build is broken with java 8 & javadoc problems - see https://issues.apache.org/bugzilla/show_bug.cgi?id=57005 <module>modules/jdbc-pool</module> - --> <module>tomcat-buildutil</module> <module>tomcat-webapps</module> <module>global-resources</module> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org