uibuilder:replace

Full name:

net.sf.uibuilder:uibuilder-maven-plugin:1.0-SNAPSHOT:replace

Description:

UibuilderReplaceMojo -

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
token String - the token for replace from.
value String - the value for rpleace with

Optional Parameters

Name Type Since Description
dir File - the base directory where replacing happens. Default value is: ${basedir}.
includes String - the include pattern.

Parameter Details

dir :

the base directory where replacing happens.

  • Type: java.io.File
  • Required: No
  • Default: ${basedir}

includes :

the include pattern.

  • Type: java.lang.String
  • Required: No

token :

the token for replace from.

  • Type: java.lang.String
  • Required: Yes

value :

the value for rpleace with

  • Type: java.lang.String
  • Required: Yes