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]