i am trying to migrate a project from struts1.0.2 to 1.3.8
maven is used here to build war which is deployed in
tomcat.
now i have modified the project.xml file to add the new jars of struts1.3.8 under dependency tags. And also removed the dependencies of the previous 1.0.2 versions from there. The jars of 1.0.2 version are also removed fron the maven repository.
now when i am building the project using maven, all the new jars i have added for 1.3.8 are put into the lib under WEB-INF. But the jars of 1.0.2, which i have removed from project.xml and maven repository are also put in the lib.
i dont have any idea from where Maven is getting these jars... any suggestion... rply soon guys !