diff --git a/pom.xml b/pom.xml
index f1303b71..d389e5ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,19 @@
1.8
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.0.0-M4
+
+ set-during-execution
+
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.7.1
+
maven-assembly-plugin
2.5.3
@@ -55,7 +68,19 @@
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-report-plugin
+ 3.2.1
+
+ ${basedir}/target/result
+
+
+
+
@@ -70,6 +95,12 @@
1.10.19
test
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.0.0-M4
+ maven-plugin
+
diff --git a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java
index 8b1c1f1f..26a50e02 100644
--- a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java
+++ b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java
@@ -13,7 +13,7 @@
/**
* This processors renders directory listing.
- *
+ * Test TI 1
*
*/
public class DirectoryListing implements RequestProcessor {