Maven's initialize phase initializes build state but does not validate the project structure.
maven compile will download dependencies if they are not present locally.
Maven's package phase includes running unit tests.