Full name:

io.earcam.maven.plugin:io.earcam.maven.plugin.sitemap:0.0.4:submit

Description:

Mojo for submitting sitemaps

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: site-deploy.
  • Is NOT inherited by default in multi-project builds.

Optional Parameters

Name Type Since Description
<baseUrl> URI - The site's base URL, defaults to ${project.distributionManagement.site.url}
Default value is: ${project.distributionManagement.site.url}.
User property is: sitemap.url.base.
<skip> boolean - Skip execution of this plugin
Default value is: false.
User property is: sitemap.skip.
<targetDir> File - Location of where the sitemap/index should be written, defaults to ${project.reporting.outputDirectory}
Default value is: ${project.reporting.outputDirectory}.
User property is: sitemap.dir.target.

Parameter Details

<baseUrl>

The site's base URL, defaults to ${project.distributionManagement.site.url}
  • Type: java.net.URI
  • Required: No
  • User Property: sitemap.url.base
  • Default: ${project.distributionManagement.site.url}

<skip>

Skip execution of this plugin
  • Type: boolean
  • Required: No
  • User Property: sitemap.skip
  • Default: false

<targetDir>

Location of where the sitemap/index should be written, defaults to ${project.reporting.outputDirectory}
  • Type: java.io.File
  • Required: No
  • User Property: sitemap.dir.target
  • Default: ${project.reporting.outputDirectory}

Back to top

Version: 0.0.4. Last Published: 2018-11-25.

Earcam Maven Skin.