HI,

You need to add those projects as dependecy in your pom file inside the
dependency tag & try mvn install.

this will work.


On Wed, Oct 15, 2008 at 7:58 AM, svenson <[EMAIL PROTECTED]> wrote:

>
> Hi.
> I've encountered the following problem. I work on a web project so to
> deploy
> it on a server I need to create a WAR file. My project depends on a few
> libraries and a few projects created by other developers( their projects
> also have dependencies). Whenever I use  <packaging>war</packaging> in my
> project's POM file, my project doesn't "see" classes from the projects of
> my
> colleagues but when I switch to <packaging>jar</packaging> it goes
> perfectly
> fine. What should I do to create a WAR file by Maven ? Thanks in advance.
> --
> View this message in context:
> http://www.nabble.com/Failure-to-create-a-WAR-file-tp19992955p19992955.html
> Sent from the Maven - Issues mailing list archive at Nabble.com.
>
>

Reply via email to