mirror of https://github.com/apache/maven.git
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:
parent
d978342687
commit
40bfc6eb06
|
@ -83,6 +83,13 @@ echo $BUNDLE
|
|||
echo "artifactId: [${artifactId}]"
|
||||
echo
|
||||
|
||||
if [ -f $REPODIR/${groupId} ]
|
||||
then
|
||||
echo "The group already exists"
|
||||
else
|
||||
echo "The group does NOT already exist"
|
||||
fi
|
||||
|
||||
echo
|
||||
echo -n Hit Enter to continue or Ctrl-C to abort...
|
||||
read
|
||||
|
|
Loading…
Reference in New Issue