Each time I have encoutered this behaviour, i used Java ANT Task (antrun plugin) to launch sources generation or a plugin calling a external class (eg. WSDL2Java)
Saloucious wrote: > > 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#a13485599 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
