[
https://jira.codehaus.org/browse/MECLIPSE-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-674.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> Java facet generated by Maven eclipse plugin breaks server deployment when
> using Eclipse 3.6
> --------------------------------------------------------------------------------------------
>
> Key: MECLIPSE-674
> URL: https://jira.codehaus.org/browse/MECLIPSE-674
> Project: Maven Eclipse Plugin
> Issue Type: Bug
> Components: WTP support
> Affects Versions: 2.8
> Environment: Eclipse 3.6
> Reporter: Rossen Stoyanchev
>
> The following facet is generated in
> .settings/org.eclipse.wst.common.project.facet.core.xml:
> <installed facet="jst.java" version="5.0"/>
> Deploying to a server within Eclipse fails with a message that says the facet
> is not supported. Manually changing the facet to 1.5 solves the deployment
> issue.
> Unfortunately the following duplicates the facet rather than updating it:
> <additionalProjectFacets>
> <jst.java>1.5</jst.java>
> </additionalProjectFacets>
> FWIW this issue would help address other issues as well such as
> [MECLIPSE-449] and [MECLIPSE-595].
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)