Hello,
I used the « mvn install » command to deploy a jar file in my local repository. Everything work fine except the tag <lastUpdated> which is not correct. The date is correct but the hour isn’t. It’s an hour to early. Exemple : the result is <lastUpdated>20070621055124</lastUpdated> and should be <lastUpdated>20070621065124</lastUpdated>. Does anybody knows where I can set up the timestamp ? Thanks.