mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
oops
This commit is contained in:
parent
72974ce409
commit
50e538aeb5
1 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ ecmbuild() {
|
||||||
cd $VOLDEMORT/wcm && mvncie
|
cd $VOLDEMORT/wcm && mvncie
|
||||||
cd $ECM/ecm/wecmpackage && mvncie
|
cd $ECM/ecm/wecmpackage && mvncie
|
||||||
cd $VOLDEMORT/ecm && mvncie
|
cd $VOLDEMORT/ecm && mvncie
|
||||||
if [[ $INSTALLER -eq 'n' ]]; then
|
if [[ $INSTALLER -eq 'y' ]]; then
|
||||||
cd $VOLDEMORT/ecm/installer
|
cd $VOLDEMORT/ecm/installer
|
||||||
mvnci -am -Drun=installer -DLinux64=true -DappServer=jboss
|
mvnci -am -Drun=installer -DLinux64=true -DappServer=jboss
|
||||||
else
|
else
|
||||||
|
@ -68,7 +68,8 @@ goecm() {
|
||||||
echo "serious business here. let's have a coffee.."
|
echo "serious business here. let's have a coffee.."
|
||||||
ecmstop
|
ecmstop
|
||||||
ecmclean
|
ecmclean
|
||||||
ecmbuild && ecmup && ecmstart
|
ecmup
|
||||||
|
ecmbuild && ecmstart
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue