Adding the Nexus snapshot repository

git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/trunk@788867 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index af4aed8..a8d8b1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,10 +442,17 @@
       <name>Dummy to avoid accidental deploys</name>
       <url/>
     </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <uniqueVersion>false</uniqueVersion>
+    </snapshotRepository>
   </distributionManagement>
 
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+    <ftpserver.version>${pom.version}</ftpserver.version>
   </properties>
 </project>