mirror of
https://github.com/apache/maven.git
synced 2025-03-04 07:39:36 +00:00
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…
x
Reference in New Issue
Block a user