Re: Setting up 2.2.1 in maven for testing

2010-07-28 Thread Lukasz Lenart
Thanks for your comments! Please register a ticket and I try to put some love with the docs ;-) Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe,

Setting up 2.2.1 in maven for testing

2010-07-27 Thread java . rgm
I'd like to test the Sitemesh / FreeMarker full integration configuration available in Struts 2.2.1, detailed on this page: http://struts.apache.org/2.x/docs/sitemesh-plugin.html BUT I'm new to using maven and can't seem to figure out how to modify my pom.xml such that maven downloads the

Re: Setting up 2.2.1 in maven for testing

2010-07-27 Thread Lukasz Lenart
Hi, You must define it in repository section of your pom - http://maven.apache.org/pom.html#Repositories repositories repository idstruts-staging/id urlhttps://repository.apache.org/content/repositories/orgapachestruts-014/url layoutdefault/layout /repository

Re: Setting up 2.2.1 in maven for testing

2010-07-27 Thread java . rgm
Thank you Łukasz, I'm able to move forward now. I should point out that the Sitemesh Plugin page (linked below) lacks information about decorators.xml, which DOES seem to be required in order for the plugin to function. The decorators.xml file can simply contain decorators / but it seems