Thanks for the response. Based on your comments I looked into maven reactor. It looks like in 2.2 and 3.0 some of the functionality has been exposed as command line options directly. It does help project build subsets, so now I understand how it works.
It does not help with the classpath resolution issue. m2eclipse seems to know how to add projects in the eclipse workspace to a "project repository" to resolve from but not core maven. Perhaps there is a plugin that allows you to arbitrarily specify relative paths of folders for resolving classes on the classpath for certain scopes e.g. test. I'll keep an eye out. Meanwhile, I'll try to address my needs another way or understand if I am trying to do something that is really not needed. -- View this message in context: http://maven.40175.n5.nabble.com/parent-pom-and-child-compile-child-needs-sibling-classes-tp3345200p3345453.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]
