Re: excluding web content from an assembly of a war project

2013-01-28 Thread Baptiste MATHUS
Well, if you already use the assembly-plugin, that would have been great to just say it :). And then, showing your assembly files might help to help... Even better, push some project showing your issue on Github for example. Cheers 2013/1/27 Stefano Fornari stefano.forn...@gmail.com Hi

Re: excluding web content from an assembly of a war project

2013-01-28 Thread Stefano Fornari
Ah, ok, sorry for the lack of information, I thought it was a kind of dumb question (meaning done by a beginner) :). Thanks a lot for your help and effort, here some links: The pom: https://github.com/stefanofornari/beanshellweb/blob/master/webapp/pom.xml The assembly file:

Re: excluding web content from an assembly of a war project

2013-01-27 Thread Baptiste MATHUS
Hi, The standard way to go for this kind of thing is using the Maven Assembly Plugin: http://maven.apache.org/plugins/maven-assembly-plugin/ Cheers 2013/1/27 Stefano Fornari stefano.forn...@gmail.com Hi All, I have a war project which generate its own war package on mvn package Then I want

Re: excluding web content from an assembly of a war project

2013-01-27 Thread Stefano Fornari
Hi Baptiste, of course it is :) What I am saying is that in the tgz produced by the assembly plugin, I find at the root level the content of src/main/webapp, which I do not what. Thanks anyway for your reply! Ste On Sun, Jan 27, 2013 at 9:37 PM, Baptiste MATHUS m...@batmat.net wrote: Hi,