So JS guy trying to do Java, i tried to change the default hostname that the wildfly
plugin deploys to on the UPS,
so from the UPS_REPO/servers/: mvn wildfly:deploy -Pwildfly
i thought that i would just have to update this
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/serve...
<
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/serve...
and add a <hostname>some_new_ip</hostname>
but it seems that i actually need to update this one instead
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/pom.x...
<
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/pom.x...
Is this a bug/feature, or am i totally doing it wrong,
i thought i could do it from the command line by adding a -Dhostname=blah, but nada
-Luke