build-helper:local-ip
Full name:
org.codehaus.mojo:build-helper-maven-plugin:3.6.0:local-ip
Description:
Retrieve current host IP address and place it under a configurable project property
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.8
. - Binds by default to the lifecycle phase:
process-test-classes
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<localIpProperty> |
String |
- |
The name of the property in which to store the localhost ipaddress. Default: local.ip |
Parameter Details
<localIpProperty>
The name of the property in which to store the localhost ipaddress.
- Type:
java.lang.String
- Required:
No
- Default:
local.ip