[
https://issues.apache.org/jira/browse/JCRVLT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated JCRVLT-276:
-----------------------------------
Description:
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}}
was: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}}.
> 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: Improvement
> 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)