Builds JDeveloper project(s) using a deployment profile. This operation can be used to build JAR, WAR files, etc. You can also use this operation to build ADF Library JAR files that are useful to share code across various project teams for modular development.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
JDeveloper Install Home | FDJDEV_INSTALL_HOME | Yes | The JDeveloper installation directory. You can control Build instance associated with your project, which effectively controls which version of JDeveloper is used for build operations. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Application(JDev) Source Folder | FDJDEV_INP_APP_SOURCE_FOLDER | No | The folder where source is checked out. Leave it blank if you did not use any sub-folder to checkout/export source. |
JDeveloper Project Name | FDJDEV_INP_PROJECT_NAME | Yes | The folder where source is checked out. Leave it blank if you did not use any sub-folder to checkout/export source. |
Project Deployment Profile | FDJDEV_INP_PROJECT_DEPLOY_PROFILE | No | The name of the deployment profile to run. |
Application Artifacts Folder | FDJDEV_INP_APP_ARTIFACT_FOLDER | No | Folder name relative to the application where the EAR file will be generated. |
Save Artifacts with Extension(s) | FDJDEV_INP_SAVE_ARTIFACTS_EXTENSIONS | No | Specify comma separated extensions to be copied to artifacts after build. For example: war, jar. (Optional) |
FDJDEV_INP_APP_ARTIFACT_FOLDER
No
Specify relative folder where .war or .jar files will be generated. (Default would be deploy).
Override File Pattern(s) |
FDJDEV_INP_OVERRIDE_FILE_PATTERN
No
Specify {FileName}={OverrideFileName} pattern. Matching files will be replaced by override files and Property replacement logic will be executed. For example: web.xml=fd-web.xml.
Input Name | Required | Description | |||
---|---|---|---|---|---|
FDJDEV_INP_PROJECT_DEPLOY_PROFILE | No | The name of the deployment profile to run. | |||
FDJDEV_INP_SAVE_ARTIFACTS_EXTENSIONS | No | Specify comma separated extensions to be copied to artifacts after build. For example: war, jar. (Optional) | |||
FDJDEV_INP_APP_ARTIFACT_FOLDER | No | Specify relative folder where .war or .jar files will be generated. (Default would be deploy).FDJDEV_INP_OVERRIDE_FILE_PATTERN | No | Specify {FileName}={OverrideFileName} pattern. Matching files will be replaced by override files and Property replacement logic will be executed. For example: web.xml=fd-web.xml. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
The plugin input FDJDEV_INP_SAVE_ARTIFACTS_EXTENSIONS
is used to determine what types of artifacts to copy to the artifacts repository. The files are copied from the folder specified by FDJDEV_INP_APP_ARTIFACT_FOLDER
which has a default value of "deploy".
...