Our webapp project has been around for a while (or actually I should say the programmers who started the project were too busy to look into newer things) and we rely heavily on ant for our builds. While Ant is cool, Maven is cooler. So we want to start using it.
The webapp has been around for a while and has at least 70-80 jars. Mapping the maven co-ordinates for each jar is painful. Is there a way to auto generate a maven pom (just the dependency section) by pointing a tool to the current classpath file? Is there such a tool