Builds JDeveloper project(s) using a deployment profile. This operation can be used to build JAR, WAR files, etc.
...
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. If you have only one JDeveloper Application in export or check out then leave this blank, and plugin will find .jws file automatically. If you are using SubVersion and Source is defined on Project configuration, you can use FDBLD_SVN_SOURCE1_CHECKOUT_FOLDER variable. |
JDeveloper Project Name | FDJDEV_INP_PROJECT_NAME | No | Project name for which deployment profile will be executed. Leave it blank if you want to all run all project deployment profiles, in which case Project Deployment Profile property is ignored. |
Project Deployment Profile | FDJDEV_INP_PROJECT_DEPLOY_PROFILE | No | The name of the deployment profile to run, only applies if specific project is provided on JDeveloper Project Name input. You can leave this blank if you want to run all deployment profiles for project. |
Application Artifacts Folder | FDJDEV_INP_APP_ARTIFACT_FOLDER | No | Folder name relative to the application where artifact files (.war, .jar) will be generated. Default is the deploy folder, if you do not supply any value here. This is default when you create new Application deployment profile as well. All matching files based on Save Artifacts with Extension(s) will be copied to artifacts folder and will be saved as Artifacts in FlexDeploy artifact repository. |
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). Select one or more from drop down. |
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 as well. For example, web.xml=fd-web.xml, where web.xml file will be replaced with content from fd-web.xml file and Property Replacement logic will perform property replacement as well. See Property Replacement Support |
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".
...