Interface BuildTimestampProvider

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getTimestamp

        java.util.Date getTimestamp​(org.apache.maven.execution.MavenSession session,
                                    org.apache.maven.project.MavenProject project,
                                    org.apache.maven.plugin.MojoExecution execution)
                             throws org.apache.maven.plugin.MojoExecutionException
        Returns build timestamp of the current project.
        Throws:
        org.apache.maven.plugin.MojoExecutionException