Re: war dependency not being picked up?

2009-01-12 Thread Ben Avery
maven build, you get a jar and a war installed to your repository. but as the jar file has -classes appended to the filename, you need to tell maven this by adding: classes to the tag you need. thanks again B Wendy Smoak-3 wrote: > > On Mon, Jan 12, 2009 at 6:37 AM, Ben Avery wrote:

war dependency not being picked up?

2009-01-12 Thread Ben Avery
hi all, I've searched, but can't see a suitable answer. apols if I've missed one. I have a project which has two modules which compile with war packaging, and I need to perform integration testing using both these wars. the project contains a web service and WS client on both sides, I need to fu