Java facet generated by Maven eclipse plugin breaks server deployment when 
using Eclipse 3.6
--------------------------------------------------------------------------------------------

                 Key: MECLIPSE-674
                 URL: http://jira.codehaus.org/browse/MECLIPSE-674
             Project: Maven 2.x 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to