-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, I'm a developer for Websphere Developer Tools. We have a customer who is using true in his EAR's POM.xml and it's not importing properly when we pull it into our Eclipse environment using m2e-wtp.
There are sample projects available for recreation purposes from our customer at https://github.com/marioja/sample-tests. There are prereq setup details at https://github.com/marioja/sample-tests/tree/LOOSECONFIG_CLASSPATH_ISSUE/simple-jee, and the main problems are detailed at https://github.com/marioja/sample-tests/tree/SKINNY-FAILS/simple-jee and https://github.com/marioja/sample-tests/tree/SKINNY-WORKS/simple-jee.
By default, it assumes that the shared libraries are being deployed in the WAR and we would like them to point to the libraries in the EAR.
We think that some of the changes are likely to start in the org.eclipse.m2e.wtp.EarPluginConfiguration package but would appreciate being shown round!