Klasse PdfAggregateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
Alle implementierten Schnittstellen:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

@Mojo(name="aggregate", aggregator=true, requiresDependencyResolution=TEST, threadSafe=true) @Execute(goal="pdf") public class PdfAggregateMojo extends PdfMojo
Forks pdf goal then aggregates PDF content from all modules in the reactor.
Seit:
1.5
Autor:
anthony-beurive
  • Konstruktordetails

    • PdfAggregateMojo

      public PdfAggregateMojo()
  • Methodendetails

    • getOutputDirectory

      protected File getOutputDirectory()
      Setzt außer Kraft:
      getOutputDirectory in Klasse PdfMojo
    • getWorkingDirectory

      protected File getWorkingDirectory()
      Setzt außer Kraft:
      getWorkingDirectory in Klasse PdfMojo
    • isIncludeReports

      protected boolean isIncludeReports()
      Setzt außer Kraft:
      isIncludeReports in Klasse PdfMojo
    • prepareTempSiteDirectory

      protected void prepareTempSiteDirectory(File tmpSiteDir)
      Beschreibung aus Klasse kopiert: PdfMojo
      Copy all site and generated-site files in the tmpSiteDirectory.
      Note: ignore copying of generated-site files if they already exist in the site dir.
      Setzt außer Kraft:
      prepareTempSiteDirectory in Klasse PdfMojo
      Parameter:
      tmpSiteDir - not null
    • appendGeneratedReports

      protected void appendGeneratedReports(org.apache.maven.doxia.document.DocumentModel model, Locale locale)
      Beschreibung aus Klasse kopiert: PdfMojo
      Append generated reports to the toc only if generateReports is enabled, for instance:
       <item name="Project Reports" ref="project-info">
         <item name="Project License" ref="license" />
         <item name="Project Team" ref="team-list" />
         <item name="Continuous Integration" ref="integration" />
         ...
       </item>
       
      Setzt außer Kraft:
      appendGeneratedReports in Klasse PdfMojo
      Parameter:
      model - not null
      locale - not null
      Siehe auch:
      • PdfMojo.generateMavenReports(Locale)