Hi

I have a multi-module maven 2 JEE project. The structure is like this:

root\
       module 1
                        pom.xml   ( packages into .war)
       module 2
                       pom.xml (packages into .war)
      pom.xml



Some of the classes in module 2 make use of classes from module 1. How do I specify the module 1 dependency for module 2? I tried to use maven-sources-plugin for module 1 which copied the sources jar into .m2 repository. But I am not able to reference it from module 2 pom.xml.

What is the best way to specify such kind of inter-module dependency?

--Viv






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to