> If I do "mvn install" in the parent project first, then it succeeds > (because, I believe, it finds the installed jar > for onebusaway-nyc-vehicle-tracking in the local .m2 repo)
Yes, this is how it is supposed to work. If you run from the top (a parent dir that has these children projects as modules) then it should also work. Maven does not know where to find artifacts except in its repo -OR- in the reactor so if the artifact is not installed and you're running in a single project directory, it will fail outright. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
