When one run 'installmaven' Ant task the 'spring-aop' artifact is not being installed properly i.e. it's missing and the 'spring' artifact is being overriden with the content of spring-aop.jar file. That happens because incorrect POM file is specified for maven:install. The fix is trivial, see patch.
Thanks for the catch.