Am 12/12/16 um 10:16 schrieb Tibor Digana: > Is it really necessary to specify version of parent artifact in <parent/>?
It must be possible to checkout a single module and build that in isolation. A parent without a version cannot be resolved from a repository. Supporting that means you need to checkout the whole project (can be very huge) just to be able to find the parent on disk. Installing/deploying an artifact without version is impossible - incomplete coordinates. So there needs to be a version as soon as an artifact is to be installed or deployed. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org