Well, that worked! Thank you very much. For anyone else who's confused, the structure of the WAR ends up with 2 META-INF files: - one in the root context (generated by mvn war:war, it contains the MANIFEST.MF, pom, etc) - one in WEB-INF/classes/ (copied there from src/main/resources/ by mvn resources:resources, it contains whatever you've put in it such as your javascript modules).
Geoff On 03/10/2013, at 11:00 PM, Thiago H de Paula Figueiredo wrote: > On Thu, 03 Oct 2013 09:36:13 -0300, Geoff Callender > <geoff.callender.jumpst...@gmail.com> wrote: > >> Now I'm really confused! >> >> But I see a few people have said to put META-INF/modules/ in >> src/main/resources, which would be picked up by mvn resources:resources and >> put into the project's target/classes, eventually put in the WAR as >> WEB-INF/classes/META-INF/modules/ . Is that what T5.4's expecting? > > Yep! > > -- > Thiago H. de Paula Figueiredo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org