mirror of https://github.com/apache/maven.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a77e0600e
commit
ec874b013d
|
@ -18,7 +18,7 @@ mkdir -p $DIST
|
|||
|
||||
cp -r target/classes $DIST
|
||||
|
||||
cp src/bash/* $DIST
|
||||
cp src/bash/* $DIST > /dev/null 2>&1
|
||||
|
||||
(
|
||||
cd target/mboot
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Maven functions
|
||||
#
|
||||
# @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
# @author <a href="mailto:emmanuel@venisse.net">Emmanuel Venisse</a>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
downloadMBootDependencies()
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo ""
|
||||
echo "-----------------------------------------------------------------------"
|
||||
echo Maven MBoot
|
||||
echo ""
|
||||
echo "-----------------------------------------------------------------------"
|
||||
|
||||
if [ -z $MBOOT_HOME ]; then
|
||||
|
||||
|
@ -32,16 +32,6 @@ SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' $0`
|
|||
# Take the TGZ portion of this file and pipe it to tar.
|
||||
tail +$SKIP $0 | tar xz -C $DIR
|
||||
|
||||
# execute the installation script
|
||||
|
||||
#PREV=`pwd`
|
||||
#cd $WORK_DIR
|
||||
#./install.sh
|
||||
|
||||
# delete the temp files
|
||||
#cd $PREV
|
||||
#rm -rf $WORK_DIR
|
||||
|
||||
. ${MBOOT_HOME}/maven.functions
|
||||
|
||||
echo "-----------------------------------------------------------------------"
|
||||
|
|
Loading…
Reference in New Issue