Author: markt Date: Thu Oct 16 13:54:30 2014 New Revision: 1632311 URL: http://svn.apache.org/r1632311 Log: Fix failure to start because of missing MBean descriptors. Patch by Pierre Viret
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=1632311&r1=1632310&r2=1632311&view=diff ============================================================================== --- tomcat/sandbox/trunk-maven-layout/pom.xml (original) +++ tomcat/sandbox/trunk-maven-layout/pom.xml Thu Oct 16 13:54:30 2014 @@ -87,6 +87,12 @@ <directory>src/main/resources</directory> <filtering>true</filtering> </resource> + <resource> + <directory>src/main/java</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> </resources> <pluginManagement> <!-- The version for all plugins used by the modules must be defined here --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org