Updated build script
diff --git a/build-with-maven b/build-with-maven
index 3c6d5ec..60daf8a 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -10,7 +10,9 @@
echo
echo "To run the tests: mvn -f pom-test.xml test"
echo "To deploy to the snapshot repository: mvn deploy"
-echo "To deploy to the release directory: mvn release:clean release:prepar"
+echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
+echo "Nexus UI: https://oss.sonatype.org/index.html"
+echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
# deploy without tagging: mvn deploy -DperformRelease