Reputation: 33
We have a system which runs on Java 6 and uses Ant. I want to migrate the system to Java 13 and Maven.
What are the things that I need to consider when performing this migration? I understand that some third party libraries may cause issues but I'm hoping that all the Java libraries will work smoothly as before.
What is the easiest way to follow in doing this? Is there a plugin in an IDE which can perform the Ant to Maven migration easily?
Thanks in advance.
Upvotes: 0
Views: 329
Reputation: 97399
First migration is a manual process
Upvotes: 3