Maven doesn't do anything to determine that. It's delegated to the used jdk compiler.
-- Olivier On Nov 29, 2013 12:34 PM, "Larry Evans" <[email protected]> wrote: > Supposed I've: > > in src/main/java/dependency/child.java: > > package dependency; > import dependency.parent; > public class child extends parent > { > } > > in src/main/java/dependency/parent.java: > > package dependency; > public class parent > { > } > > How does maven determine that > parent.java must be compiled before child.java? > > TIA. > > -regards, > Larry > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
