Make the non-canonical build revision display the time zone

This commit is contained in:
Michael Osipov 2015-10-10 16:54:43 +02:00
parent 4ba3b752d6
commit 7e2d657fa0
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@
<goal>create-timestamp</goal>
</goals>
<configuration>
<timestampFormat>'NON-CANONICAL_'yyyy-MM-dd'T'HH:mm:ss_'${user.name}'</timestampFormat>
<timestampFormat>'NON-CANONICAL_'yyyy-MM-dd'T'HH:mm:ssXXX_'${user.name}'</timestampFormat>
<timestampPropertyName>nonCanonicalRevision</timestampPropertyName>
</configuration>
</execution>