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/servers/pom.xml#L45

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.xml#L166


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