|
Since ups-wildfly and ups-as7 are now independent from UI (admin-ui.jar is their dependency) we do not need to update their webapp folders.
Then we need to remove the logic that updates them and its outdated anyway:
Look for occurences of webapp config param:
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/admin-ui/README.md
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/admin-ui/Gruntfile.js#L36
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/admin-ui/tasks/initConfig.js#L17
|