diff -r 715a6c77b19e -r 5652acd48509 mojo/src/main/resources/archetype-resources/src/main/java/App.java --- a/mojo/src/main/resources/archetype-resources/src/main/java/App.java Tue Jan 22 22:11:52 2013 +0100 +++ b/mojo/src/main/resources/archetype-resources/src/main/java/App.java Mon Feb 25 19:00:08 2013 +0100 @@ -9,7 +9,7 @@ /** Edit the index.xhtml file. Use 'id' to name certain HTML elements. * Use this class to define behavior of the elements. */ -@Page(xhtml="index.xhtml", className="Index", properties={ +@Page(xhtml="index.html", className="Index", properties={ @Property(name="name", type=String.class) }) public class App {