Replacement Properties

Your source files can be configured with Replacement Properties, which are then replaced (using a plugin operation) with target deployment environment properties.

Replacement properties are defined by using following syntax within your artifacts:

For example:

WEBLOGIC_FOLDER==${{FDWLS_WEBLOGIC_HOME}} 

In this case, FDWLS_WEBLOGIC_HOME from current instance is used for replacement.

Or

WEBLOGIC_FOLDER==${{ADF1:FDWLS_WEBLOGIC_HOME}}

In this case, FDWLS_WEBLOGIC_HOME from instance defined with ADF1 code is used for replacement.