类 BuildInfoMojo

  • 所有已实现的接口:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="build-info",
          defaultPhase=GENERATE_RESOURCES,
          threadSafe=true)
    public class BuildInfoMojo
    extends org.apache.maven.plugin.AbstractMojo
    Generate a build-info.properties file based the content of the current MavenProject.
    从以下版本开始:
    1.4.0
    • 方法详细资料

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        抛出:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException