Full name:
org.apache.axis:axis-server-maven-plugin:1.4.1-SNAPSHOT:start-server
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
port | int | - | The port of the Axis server. Default value is: 8080. |
Name | Type | Since | Description |
---|---|---|---|
argLine | String | - | Arbitrary JVM options to set on the command line. Note that this
parameter uses the same expression as the Surefire and Failsafe
plugins. By setting the argLine property, it is
therefore possible to easily pass a common set of JVM options to
all processes involved in the tests. Since the JaCoCo Maven plugin
also sets this property, code coverage generated on the server-side
will be automatically included in the analysis. |
configs | FileSet[] | - | A set of config files to copy to the WEB-INF dir. An
example of a config file would be users.lst used by
SimpleSecurityProvider. |
debug | boolean | - | Indicates whether the Java process should be started in debug mode.
This flag should only be set from the command line. Default value is: false. |
debugArgs | String | - | The arguments to pass to the JVM when debug mode is enabled. Default value is: -Xdebug -Xrunjdwp:transport=dt_socket,address=8899,server=y,suspend=y. |
foreground | boolean | - | If this flag is set to true, then the execution of the
goal will block after the server has been started and the services
are deployed. This is useful if one wants to manually test some
services deployed on the server or if one wants to run the
integration tests from an IDE. The flag should only be set using
the command line, but not in the POM. Default value is: false. |
foregroundPort | int | - | Specifies an alternate port number that will override
port if foreground is set to
true. This parameter should be used if the port number
configured with the port parameter is allocated
dynamically. This makes it easier to run integration tests from an
IDE. For more information, see the usage
documentation. |
jmx | boolean | - | Indicates whether the Java process should be started with remote
JMX enabled. This flag should only be set from the command line. Default value is: false. |
jmxArgs | String | - | The arguments to pass to the JVM when JMX is enabled. Default value is: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false. |
jwsDirs | File[] | - | A set of directories to look up JWS files from. |
maxSessions | int | - | The maximum number of concurrently active sessions. Default value is: 100. |
skipTests | boolean | - | Set this to true to skip running tests, but still
compile them. This is the same flag that is also used by the
Surefire and Failsafe plugins. Default value is: false. |
wsdds | FileSet[] | - | A set of WSDD files for services to deploy. |
jmx:
port: