ENTAXY-374 release 1.8.2

This commit is contained in:
2022-08-23 13:40:11 +03:00
parent b68642f81c
commit 1061b96c7e
616 changed files with 60896 additions and 3202 deletions

View File

@ -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"