[java-parent-project-v3] 02/09: Try and be explicit about action to be performed.

Tom Zeller tzeller at dragonacea.biz
Sat Nov 14 02:45:45 EST 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit da4064b0e2fea23117e52c3adaf75b8f14256fc9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 13 13:39:02 2015 -0600

    Try and be explicit about action to be performed.
    
    Change default 'y' to 'n' for main actions.
---
 bin/upload-nexus-dependencies.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/upload-nexus-dependencies.sh b/bin/upload-nexus-dependencies.sh
index ec0d656..50502ba 100755
--- a/bin/upload-nexus-dependencies.sh
+++ b/bin/upload-nexus-dependencies.sh
@@ -93,7 +93,7 @@ $ECHO " 3. Upload an artifact"
 $ECHO " You will be prompted for each."
 $ECHO ""
 
-ask y "1. Run verify goal" BUILD_OLD_POM
+ask n "1. Run verify goal" BUILD_OLD_POM
 if [ $BUILD_OLD_POM == "y" ] ; then
     DEFAULT_COMMAND_LINE_OPTIONS="-DskipTests=true"
     ask $DEFAULT_COMMAND_LINE_OPTIONS " Command line options ?" COMMAND_LINE_OPTIONS
@@ -124,7 +124,7 @@ if [ -e pom.new.xml ] ; then
 fi
 $ECHO ""
 
-ask y "2. Run a Maven plugin" RUN_MAVEN_PLUGIN
+ask n "2. Run a Maven plugin" RUN_MAVEN_PLUGIN
 if [ $RUN_MAVEN_PLUGIN == "y" ] ; then
     read -p "Command line options ? " RUN_MAVEN_PLUGIN_COMMAND_LINE_OPTIONS
     DEFAULT_MAVEN_PLUGIN="dependency:resolve"
@@ -137,7 +137,7 @@ if [ $RUN_MAVEN_PLUGIN == "y" ] ; then
 fi
 $ECHO ""
 
-ask y "3. Upload an artifact" UPLOAD_ARTIFACT
+ask n "3. Upload an artifact" UPLOAD_ARTIFACT
 if [ $UPLOAD_ARTIFACT == "y" ] ; then
     DEFAULT_ARTIFACT_TO_UPLOAD="groupId:artifactId:version"
     $ECHO " Specify artifact in format : groupId:artifactId:version[:packaging][:classifier]"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list