diff -r 715a6c77b19e -r 3392f250c784 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 Fri Mar 22 16:59:47 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 {