antrmic:testRmic

Full name:

org.ow2.util.maven:antrmic-maven-plugin:2.0.0:testRmic

Description:

Maven Test Rmic Mojo.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.0.0.
  • Binds by default to the lifecycle phase: test-compile.

Required Parameters

Name Type Since Description
classname String 2.0.0 Ant rmic task param.

Optional Parameters

Name Type Since Description
compilerarg String 2.0.0 Compiler args.
debug boolean 2.0.0 Ant rmic task param.
Default value is: false.
filtering boolean 2.0.0 Ant rmic task param.
Default value is: false.
idl boolean 2.0.0 Ant rmic task param.
Default value is: false.
idlOpts String 2.0.0 Ant rmic task param.
iiop boolean 2.0.0 Ant rmic task param.
Default value is: false.
iiopOpts String 2.0.0 Ant rmic task param.
sourceRoot File 2.0.0 This folder is added to the list of those folders containing source to be compiled. Use this if your ant script generates source code.
stubVersion String 2.0.0 Ant rmic task param.
testSourceRoot File 2.0.0 This folder is added to the list of those folders containing source to be compiled for testing. Use this if your ant script generates test source code.
verify boolean 2.0.0 Ant rmic task param.
Default value is: false.

Parameter Details

classname:

Ant rmic task param.
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: Yes

compilerarg:

Compiler args.
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No

debug:

Ant rmic task param.
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false

filtering:

Ant rmic task param.
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false

idl:

Ant rmic task param.
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false

idlOpts:

Ant rmic task param.
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No

iiop:

Ant rmic task param.
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false

iiopOpts:

Ant rmic task param.
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No

sourceRoot:

This folder is added to the list of those folders containing source to be compiled. Use this if your ant script generates source code.
  • Type: java.io.File
  • Since: 2.0.0
  • Required: No

stubVersion:

Ant rmic task param.
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No

testSourceRoot:

This folder is added to the list of those folders containing source to be compiled for testing. Use this if your ant script generates test source code.
  • Type: java.io.File
  • Since: 2.0.0
  • Required: No

verify:

Ant rmic task param.
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false