Full name:
net.sf.maven-synapse-plugin:maven-synapse-plugin:0.0.2-SNAPSHOT:start
Description:
Attributes:
pre-integration-test
.Name | Type | Since | Description |
---|---|---|---|
axis2RepoLocation | File |
- |
The path to the Axis2 repository. Defaults to
${project.build.directory}/synapse . This location will
be where the plugin places the .mar files that Axis2
uses, including synapse.mar . |
axis2XmlConfig | File |
- |
The path to a axis2.xml file. Defaults to
${basedir}/src/main/synapse/axis2.xml. |
resolveRoot | File |
- |
The root directory to resolve paths for registry. Defaults to
${basedir}/src/main/synapse. |
serverName | String |
- |
The name of the server. Defaults to localhost . |
synapseHome | File |
- |
The path to Synapse Home. Defaults to ${basedir}/src/main/synapse |
synapseXmlConfig | File |
- |
The path to a synapse.xml file. Defaults to
${basedir}/src/main/synapse/synapse.xml. |
wait | boolean |
- |
Stop the build and wait if this flag is set to "true". Useful when
manual testing. |
${project.build.directory}/synapse
. This location will
be where the plugin places the .mar
files that Axis2
uses, including synapse.mar
.java.io.File
No
${project.build.directory}/synapse
axis2.xml
file. Defaults to
${basedir}/src/main/synapse/axis2.xml.java.io.File
No
${basedir}/src/main/synapse/axis2.xml
java.io.File
No
${basedir}/src/main/synapse
localhost
.java.lang.String
No
localhost
java.io.File
No
${basedir}/src/main/synapse
synapse.xml
file. Defaults to
${basedir}/src/main/synapse/synapse.xml.java.io.File
No
${basedir}/src/main/synapse/synapse.xml
wait:
boolean
No
false