Appendix-WebLogic Plugin Guide
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:
- ${{PROPERTY_NAME}} for project properties or current instance properties.
- ${{INSTANCE:PROPERTY_NAME}} for specific instance properties.
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.
The following macros are not currently supported in the footer:
- style