我使用 maven 和 tomcat7-maven 插件,它工作得很好。最近我注意到一条消息说
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.
所以我做了一些研究并意识到我需要为不包含 TLD 的 jars 设置 jarsToSkip 属性。我一直在研究如何找到导致问题的罐子,但运气不佳,tomcat7-maven-plugin 没有通过我的 loggersettings 输出罐子名称所需的设置。
当我找到罐子时,我也不知道在哪里设置 jarsToSkip 属性。
任何帮助,将不胜感激。