Skip to content

Commit

Permalink
HV-612 Use ISO 8601 date format in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Aug 24, 2012
1 parent ad81cb0 commit 2bbd350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/pom.xml
Expand Up @@ -86,6 +86,7 @@
<!-- could also locate the docbook dependency and inspect its version... -->
<docbookVersion>1.72.0</docbookVersion>
<localeSeparator>-</localeSeparator>
<injectionDateFormat>yyyy-MM-dd</injectionDateFormat>
</options>
<profiling>
<enabled>true</enabled>
Expand Down Expand Up @@ -121,7 +122,7 @@
println "[INFO] ------------------------------------------------------------------------";
println "[INFO] The documentation build requires the external tool po2xml for processing";
println "[INFO] translations. You can skip the whole documentation build via specifying ";
println "[INFO] the property 'disableDocumentationBuil': ";
println "[INFO] the property 'disableDocumentationBuild': ";
println "[INFO] ";
println "[INFO] mvn install -DdisableDocumentationBuild=true ";
println "[INFO] ";
Expand Down

0 comments on commit 2bbd350

Please sign in to comment.