jvanzyl 2004/04/10 12:24:38
Modified: . ci.sh
Log:
Revision Changes Path
1.11 +10 -0 maven-components/ci.sh
Index: ci.sh
===================================================================
RCS file: /home/cvs/maven-components/ci.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ci.sh 10 Apr 2004 19:19:09 -0000 1.10
+++ ci.sh 10 Apr 2004 19:24:38 -0000 1.11
@@ -116,6 +116,16 @@
./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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]