> You don't need anything in your maven.xml to build a war file. In fact,
> you don't even *need* a maven.xml. The goal war:war is in the existing
> plugin and will create target/MyStuf.war for you.

Even a project.xml will not be needed, and this is *VERY* cool (at the moment the 
snapshot does not work 
withous a project.xml). Goodbye giant build.xml

> 
> You'll also need src/webapp/WEB-INF with the "normal" webapp stuff. eg --
> web.xml, jboss-web.xml (if applicable), struts-config.xml (if you're doing
> struts), etc... But you should already have these if you've built war
> files for webapps before.

Do I need to do this also for /WEB-INF/lib? I would like that maven copies the needes 
jars from the repository, is 
this possible?

----------------------------------
Paulo Silveira ICQ 5142673
Grupo de Usuários Java
http://www.guj.com.br/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to