You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys! How can we suppress the "JAR was scanned for TLDs yet contained no TLDs" warning?
I've managed to do this by setting the tomcat.util.scan.StandardJarScanFilter.jarsToSkip system property to value *.jar when calling mvn. But, would be nicer to have a way to pass system properties to the forked jspc processes, avoiding to do it when calling mvn. That way, we could set this system property inside the pom.
The text was updated successfully, but these errors were encountered:
I think I can see what you mean, but If you can provide a little project or configuration that you have to let me easier reproduce, it will be great
Thx
Hi guys! How can we suppress the "JAR was scanned for TLDs yet contained no TLDs" warning?
I've managed to do this by setting the tomcat.util.scan.StandardJarScanFilter.jarsToSkip system property to value *.jar when calling mvn. But, would be nicer to have a way to pass system properties to the forked jspc processes, avoiding to do it when calling mvn. That way, we could set this system property inside the pom.
The text was updated successfully, but these errors were encountered: