I'm looking for a way to look up hostname and set it as a property in Maven.
This does not work in all environments:
...
<properties>
<hostname>${env.HOSTNAME}</hostname>
</properties>
...
Any suggestions?
|
I'm looking for a way to look up hostname and set it as a property in Maven. This does not work in all environments:
Any suggestions? | |||||||||
feedback
|
|
Use a groovy script to set the project property
| |||
|
feedback
|