I am VERY new to Maven (3.x if it matters) and I had to generate a site using the mvn site command (and some XML configuration) and generate checkstyle/pmd reports. I managed to do that, and it seems to work. However, when I try to regenerate the website, it overwrites everything (which is logic..!).
I am sure there is a command line to update the stats (instead of creating new graphics each time), but I looked at the mvn site help, and other commands, but could not find anything.
I know how annoying it is when it looks like someone isn't even trying, but I swear I've been googling my ass off in the last few days trying to find the answer (mostly checked qalabs plugin help/doc, site plugin help/doc and some general stuff about maven).
However, as I said before, I am new to all of this and I realize I can't even properly explain my problem (and it's hard to search for something you don't understand).
I'm not looking for the exact command line(s), but I REALLY need help on where to look for documentation. Right now, I'm just lost...
I realize there might be a lot of details missing, but as I said earlier, I just don't know where to start (to be honest I am not sure what I am doing either - that's probably the real problem. I would sit down and start everything over again to try to understand better, but there is a time constraint which doesn't allow me to do that..). If I left out a very important detail, please tell me and I'll try to find it A.S.A.P.
Thanks in advance for your help.
EDIT
I found out what the problem is: It's in the qalab.xml file. The date of each stats only contain the year-month-day. So if I regenerate in the same day, it'll overwrite the old entries. However, if I try to regenerate the next day, it'll merge them and create the updated graph.
I also noticed that all data was registered as "year-month-day 00:00:00" on the graphics. I was wondering: is there any settings I can set so that the qalab.xml entries are generated with the exact time (hour:minutes)? That would also fix the overwrite problem...
Thank you in advance again!