-
Notifications
You must be signed in to change notification settings - Fork 80
Steps to add Process Diagram in EAR
Sujata edited this page Nov 13, 2019
·
1 revision
This document provides steps to add resource folder with Process Diagrams in EAR using BW Maven Plugin.
• Apche Maven: https://maven.apache.org/download.cgi
•BusinessWorks Maven Plugin: https://github.com/TIBCOSoftware/bw6-plugin-maven/releases
-
In BusinessStudio, browse the Window->Preferences option. This will open "Preferences" Page.
-
In Preferences page select BusinessWorks->Process Diagram option. On Process Diagram page select "Enable generation of process diagram" checkbox.
- In BusinessStudio, right click on the application project and select "Generate Process Diagrams" option.
- Run the "package" goal on parent project. This will generate EAR with resource folder having process diagrams.
Getting started
- Steps to Mavenize BW Application
- Building applications for BWCE
- EAR deployment with Config File
- Shared Modules with Maven
- Add Process Diagram in EAR
- BW Design Utility Goals
- CI/CD using Jenkins
- Custom XPath Function
- Deploy Shared Module on Remote Repository
- TCI Deployment using Maven Plugin
Unit Testing
- Primitive Assertion
- Activity Assertion
- Activity Assertion with Gold Input File
- Mock Output
- Mock Fault
- Test Suite
- Plugin Properties
Help & Contribute