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 2011/01/27 16:44:37 UTC

MyFaces_Archetypes_for_Maven reverted to revision 18 on Myfaces Wiki

Dear wiki user,

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

The page MyFaces_Archetypes_for_Maven has been reverted to revision 18 by JakobKorherr.
The comment on this change is: SPAM.
http://wiki.apache.org/myfaces/MyFaces_Archetypes_for_Maven?action=diff&rev1=19&rev2=20

--------------------------------------------------

  === The examples webapp ===
  
  It is a webapp with the basic setup to start making demonstrations of your custom components without having to do special setups. There is already an example for the demo component. The home web page includes the version of the component library (the version of the pom file).
- The webapp can be built with !Myfaces or with the JSF-RI and can be executed directly with Jetty (the same way than the !MyFaces Archetype). That is very handy to test that your components work in both implementations. For instance, if you want to execute your application directly from Jetty and using MyFaces, execute this in the examples folder:[[http://www.securedatarecovery.com/data-recovery-los-angeles.html|Data Recovery Los Angeles]]
+ The webapp can be built with !Myfaces or with the JSF-RI and can be executed directly with Jetty (the same way than the !MyFaces Archetype). That is very handy to test that your components work in both implementations. For instance, if you want to execute your application directly from Jetty and using MyFaces, execute this in the examples folder:
  
  {{{
  mvn -PjettyConfig clean package jetty:run