I'm also having weird compile issues. If I run the m2 plugin with the compile goal everything works fine. But the eclipse auto builder complains about a class from my other module that I am depend on. The strange thing is that even though it shows up in the errors, the class still seems to get built and appears in the target directory.
-----Original Message----- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 5:47 PM To: 'Maven Users List' Subject: eclipse When using eclipse for multi-module projects: If I am working on 2 modules at the same time, is there anyway to have eclipse resolve dependencies without having to install them to the maven repository? When using the m2 plugin, is there an easy way to add a local dependency/parent/or submodule? When using the m2 plugin, do I have to configure all the goals I need to run per module? Since the basedir has to be set it seems like you have to configure all your modules and all the goals you want to run. __________________________________________ Douglas W. Ferguson EPSIIA - Another Fiserv Connection Development Office Phone: 512-329-0081 ext. 3309 Dial Toll Free: 800-415-5946 Mobile Phone: 512-293-7279 Fax: 512-329-0086 [EMAIL PROTECTED] www.epsiia.com <http://www.epsiia.com/> __________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
