Using Shared Modules with TIBCO ActiveMatrix BusinessWorks Plug-in for Maven
To use shared modules with the TIBCO ActiveMatrix BusinessWorks Plug-in for Maven, perform the following steps:
Before you beginEnsure that a shared module project is created in the workspace.
- Procedure
- Create an application project Sample and a shared module Logging and refer the subprocess from the shared module in the application module.
- To generate the POM files, right-click on the project and select Generate POM for application. The wizard lists down all the shared modules referenced by the application.
The parent pom.xml
project lists down all the below modules:
<modules> <module>../Logging</module> <module>../Sample.module</module> <module>../Sample</module> </modules>
If a new shared module is added after mavenizing the project, open the Generate POM for application wizard again to regenerate the pom.xml
files.
Subtopics