Class DefaultBuildTimestampProvider

    • Constructor Detail

      • DefaultBuildTimestampProvider

        public DefaultBuildTimestampProvider()
    • Method Detail

      • getTimestamp

        public 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