Hi,
My current configuration: eclipse mars sr1, oepe 12.2.1.1, server config set to ‘Publish as exploded archive'
I have an EAR project setup with maven, upon import m2e adds <installed facet="jst.webfragment" version="3.0"/> to the .settings/org.eclipse.wst.common.project.facet.core.xml of the modules/projects containing web-fragment.xml files. When this jst.webfragment facet is set, the related project jar isn't deployed to weblogic (checked the WEB-INF/lib content in the exploded directories). When removing the facet manually, it works, and the jar is present.
Is this a known problem/bug?
thanks in advance,
Tom