Automatically update Maven dependencies after JAR deployment
问题 I have a Java Maven project with some dependencies defined in the POM.xml file. These dependencies often have newer versions every month, so I would like to deploy a JAR file that automatically checks the latest versions of those dependencies in each startup (without re-building the Java Maven project). Is it possible to achieve that with Maven? I know that the Versions Maven Plugin is useful to download the latest versions of dependencies, but only when "re-building" the project (not in a