[
https://issues.apache.org/jira/browse/JCRVLT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425847#comment-16425847
]
Konrad Windszus commented on JCRVLT-276:
----------------------------------------
Actually {{yyyy-MM-dd'T'HH:mm:ss.SSSX}} will lead to the following designator:
{{±hh}} which is not supported either. IMHO rather the following should be used
{{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}}
> Switch to timezone designators being understood by ISO8601.parse(...)
> ---------------------------------------------------------------------
>
> Key: JCRVLT-276
> URL: https://issues.apache.org/jira/browse/JCRVLT-276
> Project: Jackrabbit FileVault
> Issue Type: Bug
> Components: package maven plugin
> Affects Versions: package-maven-plugin-1.0.1
> Reporter: Konrad Windszus
> Priority: Major
>
> Currently in
> https://github.com/apache/jackrabbit-filevault-package-maven-plugin/blob/trunk/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/VaultMojo.java#L1038
> an unsupported timezone designator is being used which leads to the fact
> that the creation date cannot be evaluated via
> {{JcrPackageDefinition.getCreated()}} and this always returns {{null}}.
> Supported designators are e.g. {{±hh:mm}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)