Heh. Are you mocking me or just behind in thread mail? ;p BTW: Is this reply threading correctly now?
-----Original Message----- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Thursday, February 15, 2007 4:24 PM To: Maven Developers List Subject: Why is prerequisites not inherited? I just found out that Geronimo *has* to move 2.0.5, because there are some issues with the maven-dependencies-plugin and 2.0.4. No big deal, but if I add this to the top-level pom: ----8<---- <prerequisites> <maven>2.0.5</maven> </prerequisites> ---->8---- and someone tries to build a child, like: (cd modules && mvn install) The child build does not complain, and will end up failing if you use Maven 2.0.4. So... why isn't the prerequisites passed on to children? * * * I will have to fix this by adding a new goal to our tools-maven- plugin, similar to how require-java-version works. --jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
