TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 80 forks source link

Shared module does not import after successful configuration of POM. #149

Closed jcabe closed 6 years ago

jcabe commented 6 years ago

Following the instructions here: https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/SharedModule

I've tried two separate scenarios and neither seems to work as indicated in the link above.

Scenario 1: Shared module stored in local repository

Scenario 2: Shared module stored in remote repository. Remote repository is referenced in tags.

Results:

Resolutions Attempted:


BUG REPORT INFORMATION

--> Maven Plugin version: 1.3.1

Maven version: 3.5.2

Product : Either of TIBCO ActiveMatrix Businessworks 6 OR TIBCO Businessworks Container edition TIBCO ActiveMatrix Businessworks 6

Product version: 6.4.2 Hotfix 5

Component: Either of Maven Eclipse Plugin or Maven build plugin Maven Eclipse Plugin

Steps to reproduce the issue:

  1. Create a new workspace.
  2. Create a new application.
  3. Follow the steps here: https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/SharedModule

Additional environment details if any: Windows 7

Describe the results you received: The shared module does not show in the the Project Explorer after referencing it as a dependency. Thus it cannot be referenced/utilized in the module.

Describe the results you expected: Per the instructions at the link above, after saving the POM I expected the shared module to import as a read-only copy into the Project Explorer.

Additional information you deem important (e.g. issue happens only occasionally): Reproducible every time.

jcabe commented 6 years ago

I am going to Close this issue. If I create a new POC Application, Application Module, and Shared Module the plugin works as expected.

I am still encountering other issues with the plugin which I'll document in a new Issue here once I have properly investigated.