Hi,
i have a Problem with M2Plugin in Eclipse. If I generate the project
with mvn eclipse:m2eclipse then the
org.eclipse.wst.common.project.facet.core.xml has :
<faceted-project>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.web" version="2.4"/>
<installed facet="jst.java" version="5.0"/>
</faceted-project>
But, if I used the in Eclipse "Update Project Configuration" than I have:
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.java" version="5.0"/>
<installed facet="jst.web" version="2.5"/>
</faceted-project>
The Problem ist jst.web version="2.5". I use Tomcat 5.5(Tomcat version
5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules). Tomcat 5.5 is
2.4. How can I it configuration, that is the same if I it "Update
Project Configuration".
Alexander Vaysberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]