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
and add a <hostname>some_new_ip</hostname>
but it seems that i actually need to update this one instead
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