我使用maven與tomcat7-maven插件和它的工作很好。最近我注意到一個消息,說我在哪裏配置jarsToSkip選項時使用tomcat7-maven-plugin
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.
所以我做了一些reasearch並意識到我需要設置jarsToSkip屬性爲不包含頂級域名的罐子。我一直在尋找如何找到哪個罐子引起問題,但運氣不好,它接縫tomcat7-maven-plugin沒有通過輸出罐子名稱所需的記錄器設置。
另外我不知道我在哪裏設置jarsToSkip屬性,當我找到罐子。
任何幫助,將不勝感激。
我已經理解了mutch,但是我找不到tomcat7-maven-plugin的catalina.properties的位置。 –
$ CATALINA_HOME/conf/catalina.properties應該可以在Linux上運行。不確定窗口。你用這個Eclipse嗎?如果是這樣,你應該能夠在服務器文件夾中找到配置文件。 – Durandal
此外,如果上述不起作用,您可以嘗試指定您自己的目錄,如文檔中所述:[docs](http://mojo.codehaus.org/tomcat-maven-plugin/run-mojo.html#configurationDir) – Durandal