Cómo corregir la advertencia del compilador JSP: ¿se analizó un JAR en busca de TLD pero aún no contenía TLD?

Al iniciar la aplicación o compilar JSP a través de ant, Tomcat 7 Jasper se queja de un archivo JAR superfluo o fuera de lugar. Tengo mensaje debajo

**compile-jsp:**
   [jasper] Jul 31, 2012 7:15:15 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
   [jasper] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 

¿Cómo omitir JARs innecesarios durante el escaneo puede mejorar el tiempo de inicio y el tiempo de compilación JSP en Tomcat?

¿Cómo habilitar mejor salida?

Respuestas a la pregunta(10)

Su respuesta a la pregunta