diff --git a/pom.xml b/pom.xml
index 187d2a36a0..b2af5284b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,11 +11,21 @@
Sample Maven project with a working, deployable site.
http://www.example.com
+
+
+
+ UTF-8
+ UTF-8
+ 8
+ 8
+
+
+
server
webapp
@@ -31,13 +41,24 @@
-
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ ${maven.compiler.source}
+ ${maven.compiler.target}
+
+
+
org.apache.maven.plugins
maven-war-plugin