On 9 July 2016 at 03:09, Robert Scholte <[email protected]> wrote: > prerequisites are never inherited, see > https://github.com/apache/maven/blob/master/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java#L190
Does anyone know why that is? At first glance, that seems rather unhelpful. You have to repeat the prerequisites in each POM instead of putting it in the parent once. Why would you ever want to build child A with different prerequisites than child B? (And if you did come up with a use case, you could simply override the prerequisites in that particular child's POM.) Perhaps there are non-obvious technical difficulties? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
