Hello, I’m currently using Maven to deploy a jar on a website. My problem is that the jar name change everytime I upload it. I want to create an html page that link to the jar but it won’t work if the name always change. The part that change is the version number (1, 2, 3, 4, 5, etc.) and the date. Here are 2 example of name that Maven created automatically with the command mvn deploy
MiniRunner-0.0.1-20120621.181701-1.jar
MiniRunner-0.0.1-20120705.020026-2.jar