Maven vs. Eclipse Project Facets for Java EE 6 -


i have created maven projects inside eclipse these archetypes:

  • ejb-javaee6
  • webapp-javaee6

the projects created without facets.

does make sense convert such maven projects faceted form?

which facets helpful , ones cause trouble maven project?

specifically: of following project facets in conflict in responsibility of maven?

  • java
  • javascript
  • ejb module
  • dynamic web module
  • glassfish deployment descriptors files
  • javaserver faces

i have impression converting maven project faceted form mean mixing 2 worlds. therefore tend not enable project facets.

but work have examples of maven projects in faceted form , wondering whether there might (risk-free) benefits it.

eclipse facets , maven archetypes orthogonal - i.e. have no influence on each other, or rather no knowledge of each other. can safely add facets if facilitate work eclipse.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -