【发布时间】:2013-06-29 23:59:25
【问题描述】:
我正在使用带有 tomcat7-maven 插件的 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 输出罐子名称所需的设置。
当我找到 jars 时,我也不知道在哪里设置 jarsToSkip 属性。
任何帮助将不胜感激。
【问题讨论】: