Add info about new groupIds

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-11-25 01:45:23 +00:00
parent d978342687
commit 40bfc6eb06
1 changed files with 7 additions and 0 deletions

View File

@ -83,6 +83,13 @@ echo $BUNDLE
echo "artifactId: [${artifactId}]" echo "artifactId: [${artifactId}]"
echo echo
if [ -f $REPODIR/${groupId} ]
then
echo "The group already exists"
else
echo "The group does NOT already exist"
fi
echo echo
echo -n Hit Enter to continue or Ctrl-C to abort... echo -n Hit Enter to continue or Ctrl-C to abort...
read read