Carsten Ziegeler schrieb:
Hm, it depends - this assumes that an artifact during development never changes. But for example if you're using "1.0-SNAPSHOT" the content will change during development but the block-name will not. My first idea was to put the jar size in the temp directory as well and only extract if the size has changed. (I'm not sure if the size is a reachable information though).
What about the file last modified attribute? It should be easy to compare the last modified date of the jar with the last modified date of the temp directory where the jar is extracted to (when each jar has its own directory).
Alex -- Alexander Klimetschek http://www.mindquarry.com
