Convert web application project to maven project and convert corresponding .classpath file to pom.xml
问题 Is it possible to convert project .classpath file to pom.xml after converting a simple web application project to maven project? Because if my project uses many jars and I want to convert it to maven then I will do configure->convert to maven but then it is not possible to add all the jars dependencies in pom.xml manually. So is there any tool to convert this. 回答1: First there is no tool to do such things. The problem is usually that you have a larger number of dependencies which you don't