I see this doc [1] says there is support in maven internally for multiple parents, including both <parents> <parent>...</parent></parents> and <mixins><mixin>...</mixin><mixins>. But the document implies that the maven model would need to be updated to support this.
I tried using <parents> in a pom in both maven 2.2.1 and 3.0 alpha 6, and both said it wasn't recognized. I found this post [2] mentioning that Maven 3 will introduce the mixin concept, but that it's not ready as of Feb 16th... Any idea when it will be ready? -Marshall [1] http://svn.apache.org/repos/asf/maven/components/branches/maven-3.0-mercury-763966/maven-project-spec.pdf [2] http://stackoverflow.com/questions/2271082/is-it-possible-to-split-maven-pom-files/2271118#2271118 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
