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

Apt verbatim box not correct

    XMLWordPrintableJSON

Details

    Description

      It seems to me that there are a mess on what Doxia packages versions that are chosen when rendering a site with mvn site:site. See the attached dump.txt. It seems to me that version 1.0 of doxia is not chosen. And that older versions are used.

      I have added this to my pom.xml

      plugin>
      <groupId>org.apache.maven.doxia</groupId>
      <artifactId>doxia-maven-plugin</artifactId>
      <version>1.0</version>
      </plugin>

      I discovered this when trying to find out why verbatime text doesn't work like it did before from an apt file.

      -------------------------
      Verbatime
      -------------------------

      gives thes same markup as

      ----------------------
      Verbatime 2
      ----------------------

      Both are converted into <div class="source"><pre>Verbatime</pre></div>. This is a new bug that I haven't seen before.

      I have attached a small maven project that demonstrates this. demo.html generated with site:site demonstrates the problem.

      Attachments

        1. dump.txt
          108 kB
          Jakob Vad Nielsen
        2. proof.zip
          0.1 kB
          Jakob Vad Nielsen

        Issue Links

          Activity

            People

              ltheussl Lukas Theussl
              lazee Jakob Vad Nielsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: