IIRC snapshot timestamps are all explicitly set to UTC regardless of location, so that a snapshot published earlier on a machine in a later timezone does not accidentally override a snapshot published later from an earlier timezone. I don't think you want to change this behavior (and probably can't).
On Thu, Jun 26, 2014 at 4:04 AM, Aleksi Grönlund <[email protected]> wrote: > I am using Maven version 3.0.4 and Nexus repository where to deploy Maven > created snapshot artifacts. How I can change snapshots timestamp timezone > from UTC to Europe/Helsinki ? > > I have tried to set timezone with following JAVA_OPTS and MAVEN_OPTS but > those does not help with this issue. Any ideas? > > JAVA_OPTS=-Duser.timezone=Europe/Helsinki > MAVEN_OPTS=-Duser.timezone=Europe/Helsinki > > Br, > Kvartal00 >
