On Thu, Nov 13, 2008 at 8:14 AM, 梦秋雨 <[EMAIL PROTECTED]> wrote:

> First,I create an web application depends on hibernate, and install it into 
> my local repository,so there is a war package in my repository.
> Then I create the second application. In pom.xml,I add a dependency to the 
> first application.

Does this mean your second application has a dependency on the *war*
from the first application?

If the second app is also a war, you'll get a war overlay.

If the second one is a jar, it won't do anything useful -- Java
doesn't have the concept of a war on the classpath.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to