Issue #3162 - Correcting javadoc
This commit is contained in:
parent
b09f1de035
commit
e4df1fe8af
|
@ -324,7 +324,7 @@ Defaults to "true".
|
|||
Controls whether any overlaid wars are added before or after the original base resource(s) of the webapp.
|
||||
See the section on link:#using-overlaid-wars[overlaid wars] for more information.
|
||||
containerIncludeJarPattern;;
|
||||
Defaults to `.*/javax.servlet-[^/]*\.jar$|.*/[^/]*servlet-api-[^/]*\.jar$|.*javax.servlet.jsp.jstl-[^/]*\.jar|.*taglibs-standard-impl-.*\.jar`.
|
||||
Defaults to `.*/javax.servlet-[^/]*\.jar$|.*/jetty-servlet-api-[^/]*\.jar$|.*javax.servlet.jsp.jstl-[^/]*\.jar|.*taglibs-standard-impl-.*\.jar`.
|
||||
This is a pattern that is applied to the names of the jars on the container's classpath (ie the classpath of the plugin, not that of the webapp) that should be scanned for fragments, tlds, annotations etc.
|
||||
This is analogous to the context attribute link:#container-include-jar-pattern[org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern] that is documented link:#container-include-jar-pattern[here].
|
||||
You can define extra patterns of jars that will be included in the scan.
|
||||
|
|
Loading…
Reference in New Issue