mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
Allow sync of subfolders only
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f734b900a7
commit
b8c27119b5
@ -8,8 +8,8 @@ basedest=/home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||
|
||||
if [ ! -z $GROUPID ]
|
||||
then
|
||||
src=$src/$GROUPID
|
||||
dest=$dest/$GROUPID
|
||||
src=$basesrc/$GROUPID
|
||||
dest=$basedest/$GROUPID
|
||||
else
|
||||
src=$basesrc
|
||||
dest=$basedest
|
||||
|
Loading…
x
Reference in New Issue
Block a user