jira-importer commented on issue #854:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/854#issuecomment-2957357694

   **[Je 
Jo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jejo86)** 
commented
   
   I found out that instead of using `${date:YYYY-MM-DD HH:MM:SS}` one can use 
the following settings
   
   ```
   ...
   <properties>
        <!-- Timestamp for the Javadoc @version tag. -->
        <maven.build.timestamp.format>yyyy-MM-dd 
HH:mm:ss</maven.build.timestamp.format>
   </properties>
   ...
   <!-- Default content for Javadoc @version tags. -->
   <defaultVersion>${project.version}, ${maven.build.timestamp}</defaultVersion>
   ...
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to