diff --git a/Mytest/pom.xml b/Mytest/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8fead8518b46a7d376cb080f8ba7cecf77264e97
--- /dev/null
+++ b/Mytest/pom.xml
@@ -0,0 +1,19 @@
+
+
+
+ java-base-projects
+ org.example
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ Mytest
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/Mytest/src/main/java/test.java b/Mytest/src/main/java/test.java
new file mode 100644
index 0000000000000000000000000000000000000000..9aacf9e875bea8cb400b53468e7423bdf79d3327
--- /dev/null
+++ b/Mytest/src/main/java/test.java
@@ -0,0 +1,5 @@
+public class test {
+ public static void main(String[] args) {
+
+ }
+}
diff --git a/Mytest/src/main/java/test/mytest.java b/Mytest/src/main/java/test/mytest.java
new file mode 100644
index 0000000000000000000000000000000000000000..219e60131c75e6398bda04542f964333bb6b8c9f
--- /dev/null
+++ b/Mytest/src/main/java/test/mytest.java
@@ -0,0 +1,4 @@
+package test;
+
+public class mytest {
+}
diff --git a/pom.xml b/pom.xml
index 1de3472ac1754d344253f8c26d342a8503cff40b..31f053202c3ad782458d1e4383e386690c8bac42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
java-base-projects-map
java-base-projects-comprehensive
java-base-projects-task
+ Mytest