\\
\\
{code}
<distributionManagement>
...
<repository>
<id>mySnapshotRepo</id>
<name>This is my snapshot repository</name>
<url>https://maven-mit-edu.ezproxyberklee.flo.org/nexus/content/repositories/snapshotRepo</url>
</repository>
...
</distributionManagement>
{code}
note: In the above <url> tag, *snapshotRepo* must be replaced with the name of your snapshot repository.\\
\\
|