I have created an Andromda Project using following command
mvn org.andromda.maven.plugins:andromdapp-maven-plugin:3.4-SNAPSHOT:generate
this command creates project for latest andromda version and spring version 3.x but problem is we can not integrate acegi security into it that requires spring version <2.5
So i want to know what command i can use to generate a project that will have a previous version of andromda and spring and will be able to integrate acegi security to that project.
Or are there any steps that can be followed to downgrade current Project's Andromda and Spring versions???