Re: Adding resources (images/css) to web project

2007-12-17 Thread Michael McCallum
yes you need to set the *type* to war com.mygroup com.mygroup.underlay.web [1,2-!) war If your underlay defines depedencies then i found it better to do it like this... build the underlay way with a classifier so the war ends up as an attachment to the main artifact, depend apon the main art

Re: Adding resources (images/css) to web project

2007-12-17 Thread Jan Torben Heuer
Michael McCallum wrote: > create a war project with just those images css... > > depend apon it from all your other war projects... the war plugin will > cleverly use the image/css war as a base when building... Recently I tried to depend on a war project - but it was not possible to download it

Re: Adding resources (images/css) to web project

2007-12-17 Thread Michael McCallum
create a war project with just those images css... depend apon it from all your other war projects... the war plugin will cleverly use the image/css war as a base when building... just be careful that the template/underlay war has not depedencies or that you set a rule to exclude them as you ca