-
Notifications
You must be signed in to change notification settings - Fork 80
Release Notes
Rajib Biswas edited this page Jun 12, 2017
·
3 revisions
- #75 - Update to support maven full versioning (without qualifier)
- #80 - Use manifest.mf from maven's $(project.basedir) instead of the 1st packaging:module in tibco.xml
- #85 - Add MojoExecutionException in case the deploy is not successful
- #64 - Problem with the new "Manifest Version update with maven version" feature
- #72 - Error installing on BW6.3.5 due to incorrect
- #84 - Exception propagation
- #71 - During application deployment in BW6, getting Exception: com.tibco.bw.maven.plugin.admin.client.ClientException: null: TIBCO-BW-ADMIN-500000: null (500)
-
#19 - Some improvements to get bwinstall process working on remote
- With these fixes, the plugin is now able to install the EAR on remote BW instances.
- Improved version numbers by fixing instances where a trailing '.' character was appended to version numbers.
-
#22 - Generate different profiles in pom file, Manifest Version update
- Generate different profiles in pom file.
- New functionality Manifest Version update with maven version.
- New functionality of backing up EAR before deployment.
- #46 - Capability to provide agent username & password for secured BWAgent
- #13 - Maven plugin for BW6.3 sets the application version of the Shared Module instead of the Application
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