Mavenオンライン・ヘルプの使用
Mavenオンライン・ヘルプでは、ゴールとその関連コマンドのリストが提供されます。たとえば、次のコマンドを入力すると、Maven testゴールのオンライン・ヘルプが表示されます。
mvn help:describe -Ddetail=true -Dplugin=com.oracle.soa.plugin:oracle-soa-plugin:??? -Dgoal=test
このコマンドは、次のヘルプ詳細を表示します。
oracle-soa:test
Description: Description: To execute SCA Test Suites.
Implementation: com.oracle.soa.plugin.SoaTest
Language: java
Bound to phase: verify
Goal Prefix: oracle-soa
Available parameters:
format (Default: native)
User property: format
The format of the output - 'native' or 'junit'.
input
Required: true
User property: input
The name of the composite to execute tests against.
jndiPropertiesInput
Required: true
User property: jndi.properties.input
Path to JNDI properties file required for SCA Test execution.
This file should contain contents similar to the following:
java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
java.naming.provider.url=t3://servername:7103/soa-infra
java.naming.security.principal=weblogic
java.naming.security.credentials=welcome1
dedicated.connection=true
dedicated.rmicontext=true
partition (Default: default)
User property: partition
Which SOA partition the composite is deployed in.
result (Default: ${java.io.tmpdir}/out)
User property: result
Where to place the results.
timeout (Default: 300)
User property: timeout
How long to wait for tests to complete before timing out.