diff --git a/pom.xml b/pom.xml
index 209a790..9b7b2c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,6 @@
UTF-8
- -Xmx10G
@@ -285,7 +284,6 @@
2.19
${project.basedir}/bin
- ${argLine}
@@ -306,7 +304,7 @@
${project.basedir}/bin
UTF-8
- ${argLine}
+ -Xmx10g
diff --git a/src/test/java/com/github/hronom/scrape/dat/website/ScrapeDatWebsiteAppTest.java b/src/test/java/com/github/hronom/scrape/dat/website/ScrapeDatWebsiteAppTest.java
new file mode 100644
index 0000000..381c23b
--- /dev/null
+++ b/src/test/java/com/github/hronom/scrape/dat/website/ScrapeDatWebsiteAppTest.java
@@ -0,0 +1,25 @@
+package com.github.hronom.scrape.dat.website;
+
+import org.junit.After;
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+public class ScrapeDatWebsiteAppTest {
+
+ @Before
+ public void setUp() throws Exception {
+
+ }
+
+ @After
+ public void tearDown() throws Exception {
+
+ }
+
+ @Test
+ public void testMain() throws Exception {
+
+ }
+}
\ No newline at end of file