我如何使用 pom.xml 中的版本设置日期和时间
How can i set date and time with my version in pom.xml
我想将当前日期和时间附加到 pom.xml 中的版本。谁能给我最好的方法。
您可以使用 maven-timestamp-plugin 或 buildnumber-maven-plugin。
我想将当前日期和时间附加到 pom.xml 中的版本。谁能给我最好的方法。
您可以使用 maven-timestamp-plugin 或 buildnumber-maven-plugin。