added snapshot repository
diff --git a/pom.xml b/pom.xml
index faff306..e9aa471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,5 +24,10 @@
       <name>test</name>
       <url>http://localhost:8081/nexus/content/repositories/releases</url>
     </repository>
+    <snapshotRepository>
+      <id>test2</id>
+      <name>test2</name>
+      <url>http://localhost:8081/nexus/content/repositories/snapshots</url>
+    </snapshotRepository>
   </distributionManagement>
 </project>