Re: dependency of jar included in war?

2007-01-31 Thread Attila Ravai
To: Maven Users List Subject: Re: dependency of jar included in war? Hi Atti, currently a WAR does not participate in the dependency inheritance mechanism. What you could do since your WAR depends on a single JAR is to add the JAR as additional dependency. This is of course a hack but

Re: dependency of jar included in war?

2007-01-30 Thread Siegfried Goeschl
Hi Atti, currently a WAR does not participate in the dependency inheritance mechanism. What you could do since your WAR depends on a single JAR is to add the JAR as additional dependency. This is of course a hack but not too ugly. Cheers, Siegfried Goeschl Attila Ravai wrote: Hi, I have

dependency of jar included in war?

2007-01-30 Thread Attila Ravai
Hi, I have a war file which has a dependency on my project, which is a jar. The jar file itself has a lot of dependencies (like oracle classes.jar). When building the war file, all I get in the web-inf/lib is what I specified in the war dependency, which is myproject.jar. However the classes.ja