[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [m2e-users] How does m2e-wtp figure out what facet to configure for a project? | 
The installed facets are based on the packaging and the configuration of relevant maven plugins
- for war projects : adds the Java and Dynamic Web Facets, based on maven-war-plugin configuration
 
- for ejb projects : adds the Java and EJB Facets, based on maven-ejb-plugin configuration
- for ear projects : adds the EAR Facet, based on maven-ear-plugin configuration
- for rar projects : adds the Java and Connector Facets, based on maven-rar-plugin configuration
- for jar dependency projects of JavaEE projects : adds the Java and Utility Facets.
I also plan on adding application client  support in a future version : 
https://issues.sonatype.org/browse/MECLIPSEWTP-104Unfortunately there is no decent documentation available yet. If you want to contribute some, you'll be most welcome :-) (Open a request at 
https://issues.sonatype.org/browse/MECLIPSEWTP)
Shameless plug : In JBoss Tools (
http://www.jboss.org/tools), more 
facets based on the dependencies of a JavaEE project can be configured 
(JSF, CDI).
regards,
Fred Bricon
-- 
"Have you tried turning it off and on again" - The IT Crowd