Re: best practices to bundle artifacts other generated files within a war

2005-06-21 Thread jerome lacoste
E.g. I use the jnlp plugin to create webstart applications (in target/jnlp). I want these webstart apps to be in my war. Should I zip this jnlp directory inside my jnlp sub-project, install this zip file as artifact in the maven local repository, then do some preGoal/postGoal magic inside

best practices to bundle artifacts other generated files within a war

2005-06-16 Thread jerome lacoste
I have a multiproject webapp and want to bundle in it several files that are artifacts of other projects. And I have trouble identifying the best practices when it comes to bundle all these files in the war. E.g. I use the jnlp plugin to create webstart applications (in target/jnlp). I want these