We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522eddd commit 606a327Copy full SHA for 606a327
src/main/resources/run/web.xml
@@ -17,11 +17,11 @@ specific language governing permissions and limitations
17
under the License.
18
-->
19
20
-<!DOCTYPE web-app PUBLIC
21
- "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
22
- "http://java.sun.com/dtd/web-app_2_3.dtd" >
23
-
24
-<web-app>
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+ http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
+ version="3.1">
25
<filter>
26
<filter-name>doxia</filter-name>
27
<filter-class>org.apache.maven.plugins.site.run.DoxiaFilter</filter-class>
0 commit comments