You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/13 18:29:51 UTC

[Myfaces Wiki] Trivial Update of "Building With Maven" by MikeKienenberger

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by MikeKienenberger:
http://wiki.apache.org/myfaces/Building_With_Maven

The comment on the change is:
fixed typo

------------------------------------------------------------------------------
  ==== Adding Eclipse support ====
  
  Eclipse support easily can be added to the whole building process by simply executing
- mvn eclipse:eclips from the respective dir of the pom.xml file.
+ mvn eclipse:eclipse from the respective dir of the pom.xml file.
  Maven2 will then generate eclipse project files and wtp compatible files for editing
  and building within eclipse.