Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-560

Doxia Markdown does not honor Maven Site Skin parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 1.7
    • None
    • Module - Markdown
    • None

    Description

      • The content of pom.xml:
      ...
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-site-plugin</artifactId>
                      <version>3.6</version>
                  </plugin>
      ...
      
      • The content of site.xml:
      <project xmlns="http://maven.apache.org/DECORATION/1.6.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
      
          <body>
              <menu ref="parent" />
              <menu ref="reports" />
              <menu name="Reference">
                  <item name="Deployment Service API" href="deployment-service-api.html"/>
              </menu>
          </body>
      
          <skin>
              <groupId>org.apache.maven.skins</groupId>
              <artifactId>maven-fluido-skin</artifactId>
              <version>1.6</version>
          </skin>
      
          <custom>
              <fluidoSkin>
                  <topBarEnabled>true</topBarEnabled>
                  <sideBarEnabled>false</sideBarEnabled>
              </fluidoSkin>
          </custom>
      
      </project>
      
      • An example file resides in src/site/markdown.
      • Site is generated according to the configured skin.
      • The Markdown pages are generated but do not use the configured skin for Maven Site.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nobeh Behrooz Nobakht
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: