ENTAXY-374 release 1.8.2
This commit is contained in:
@ -24,13 +24,13 @@ echo "Welcome to Entaxy UI installation script"
|
||||
echo "************"
|
||||
|
||||
echo
|
||||
echo "** Checking feature repository: ru.entaxy.esb.ui/entaxy-hawtio/1.8.1/xml/features ..."
|
||||
echo "** Checking feature repository: ru.entaxy.esb.ui/entaxy-hawtio/${project.version}/xml/features ..."
|
||||
|
||||
_repo = (feature:repo-list | grep ru.entaxy.esb/ui)
|
||||
_repo_length = ($_repo length)
|
||||
if { $_repo_length'' equals "0" } {
|
||||
echo "\>\> Installing Entaxy UI repository..."
|
||||
feature:repo-add mvn:ru.entaxy.esb/ui/1.8.1/xml/features
|
||||
feature:repo-add mvn:ru.entaxy.esb/ui/${project.version}/xml/features
|
||||
echo "\>\> ... installed"
|
||||
} else {
|
||||
echo "\>\> Entaxy UI repository is already installed"
|
||||
|
Reference in New Issue
Block a user