Hi,

I am working on a project which has two modules on the same hierarchy level
foo-utils and foo-core. The foo-core has a dependency on foo-util. If I try
to change something in foo-util, I have to build foo-util before I build
foo-core. I would like to avoid that by having foo-util built before
foo-core is when mvn compile is executed in foo-core directory. I have seen
posts where the dependent modules

Is there a better way to handle dependencies. In my foo-core pom.xml, this
is what I have.




 foo
  foo-utils
  ${project.version} 
  compile    
  


Is there anything else that I can do otherwise?

Thanks,

Karthik
-- 
View this message in context: 
http://www.nabble.com/Newbie-Question.-Handling-the-module-dependencies-tp15855637s177p15855637.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to