Using External Shared Modules with TIBCO ActiveMatrix BusinessWorks Plug-in for Maven
Follow the steps below to use external shared modules with ActiveMatrix BusinessWorks:
- Procedure
- Create a shared module project with ActiveMatrix BusinessWorks.
- Right-click on the created project and select Generate POM for Shared Module. This mavenizes the project and generates a
pom.xmlfor the shared module. - Create a Run or Debug Configuration for Maven. Select the shared module project and execute the
clean installgoal. This installs the shared module project in the local.m2repository. - Open a new eclipse workspace. Create an application project and to generate the POM for the application, right-click the application and select Generate POM for Application.
-
Open the Application Module
pom.xmland add the shared module dependency, which is present in the local maven repository, and save thepom.xml.
The shared module project is displayed in the Project Explorer.
Note: The icon changes for the shared module project indicating the project is referenced and is not in the workspace.