Jason van Zyl-5 wrote: > >> So when, in Eclipse, I do: Run As -> Maven Build >> Is that invoking the CLI or is m2eclipse doing the work? If it's >> actually invoking the CLI, then that's the reason, but if m2eclipse is >> doing the work, I would expect it to find my workspace dependencies >> during the build. (Which it's not) > > When you are executing a build the default is to use the embedder and > _not_ use artifacts in the workspace. You have to enable that in the > run configurations. There is a toggle for that. >
Jason, since 0.9.7 the default is to respect the workspace resolution setting from project preferences, i.e. default is to have workspace resolution on. Bu like you said, that can be changed in Maven launch configuration. regards, Eugene -- View this message in context: http://www.nabble.com/Maven-friendly-Open-Source-project-setup-tp21889533p22130199.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
