Class DefaultBuildTimestampProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String ROLE_HINT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getTimestamp​(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution)
      Returns build timestamp of the current project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultBuildTimestampProvider

        public DefaultBuildTimestampProvider()
    • Method Detail

      • getTimestamp

        public java.util.Date getTimestamp​(org.apache.maven.execution.MavenSession session,
                                           org.apache.maven.project.MavenProject project,
                                           org.apache.maven.plugin.MojoExecution execution)
        Description copied from interface: BuildTimestampProvider
        Returns build timestamp of the current project.
        Specified by:
        getTimestamp in interface BuildTimestampProvider