mirror of https://github.com/apache/maven.git
Make the non-canonical build revision display the time zone
This commit is contained in:
parent
4ba3b752d6
commit
7e2d657fa0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue