Hi, 
Here is an multi-module example : 

project-parent/
  module1/
  module2/


The module1 generates 2 artifacts, one with classifier "client".
The module2 depends on this artifiact "client".

When I run : "mvn install" from project-parent, during compilation of the
module2, classes from the
module1 "client" artifact are not found on the classpath.

However when i run "mvn install" from module1 then from module2, all works
fine


Any ideas ?
-- 
View this message in context: 
http://www.nabble.com/Multi-Modules-and-classifier-dependencies-tf4717507s177.html#a13485595
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to