mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4398a7a323
commit
b3939aae43
10
ci.sh
10
ci.sh
@ -116,6 +116,16 @@ export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
|
||||
|
||||
./bootstrap-all.sh
|
||||
)
|
||||
|
||||
echo "Creating m2 distribution for public consumption ... "
|
||||
|
||||
(
|
||||
cd $DIR/maven-components/maven-core/dist
|
||||
|
||||
tar czf m2-${TIMESTAMP}.tar.gz m2
|
||||
|
||||
cp m2-${TIMESTAMP}.tar.gz $HOME_DIR
|
||||
)
|
||||
|
||||
else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user