mergeproperties:merge

Full name:

org.ow2.util.maven:mergeproperties-maven-plugin:2.0.0:merge

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.0.0.

Required Parameters

Name Type Since Description
masterTemplateFile String 2.0.0 Name of the master template file
outputFile String 2.0.0 Name of the output merge file
preferences Preferences 2.0.0 Preferences
strategies Strategies 2.0.0 Strategies
templatesDirectory String 2.0.0 Name of the directory that contain all template files

Optional Parameters

Name Type Since Description
propertiesDirectory String 2.0.0 Name of the directory that contain all properties files

Parameter Details

masterTemplateFile:

Name of the master template file
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: Yes

outputFile:

Name of the output merge file
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: Yes

preferences:

Preferences
  • Type: org.ow2.util.maven.plugin.mergeproperties.core.Preferences
  • Since: 2.0.0
  • Required: Yes

propertiesDirectory:

Name of the directory that contain all properties files
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No

strategies:

Strategies
  • Type: org.ow2.util.maven.plugin.mergeproperties.core.Strategies
  • Since: 2.0.0
  • Required: Yes

templatesDirectory:

Name of the directory that contain all template files
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: Yes