Wait for a Geronimo server to start.
Parameter |
Type |
Expression |
Default Value |
Description |
artifactFactory (Optional) (Discovered) |
ArtifactFactory
|
-
|
-
|
??? |
artifactRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
??? |
artifactResolver (Optional) (Discovered) |
ArtifactResolver
|
-
|
-
|
??? |
hostname (Optional) |
String
|
${hostname}
|
localhost
|
The hostname of the server to connect to. |
logFile (Optional) |
File
|
-
|
-
|
When logOutput is enabled, the output is logged to the file location specified here. If this value is not present, then "${logOutputDirectory}/goal-name" log will be used. |
logOutput (Optional) |
boolean
|
${logOutput}
|
false
|
Enable logging mode. |
logOutputDirectory (Optional) |
File
|
${logOutputDirectory}
|
${project.build.directory}/geronimo-logs
|
The directory where log files will be put under. |
password (Optional) |
String
|
${password}
|
manager
|
The password to authenticate with. |
port (Optional) |
int
|
${port}
|
1099
|
The port number to connect to the server. |
project
|
MavenProject
|
${project}
|
-
|
The maven project. |
reporters (Optional) |
Reporter
|
-
|
-
|
A set of reporters which will do something interesting with the execution results. |
timeout (Optional) |
int
|
${timeout}
|
-1
|
Time in seconds to wait while verifing that the server has started. |
username (Optional) |
String
|
${username}
|
system
|
The username to authenticate with. |