How to convert a Ant project to Maven project? A sample project that would link (a Wicket project)
Thanks
How to convert a Ant project to Maven project? A sample project that would link (a Wicket project)
Thanks
For anyone who lands here in future, there is an easier way to find dependencies for maven using the file hashes. So, you won't have to guess artifact versions.
As per the below article, the idea is to generate a SHA1 checksum of the dependency that you want to find the information, then do a reverse search in Nexus repository manager using that hash. For the checksum generation, you can use Microsoft's FCIV (free) utility.
https://devreads.xyz/ant-to-maven-conversion-the-painless-method/