Maven Interview Questions and Answers – Maven Job Interview Kit
Maven Interview Questions and Answers Contributed by Rajesh Kumar with the help of Google Search and www.scmGalaxy.com Is there a way to use the current date in the POM? Take a look at the buildnumber plugin. It can be used to generate a build date each time I do a build, as follows: <plugin> <groupId>org.codehaus.mojo</groupId> … Read more