Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.1
-
Component/s: Module - Apt, Site Renderer
-
Labels:None
-
Environment:Max OS X (Leopard), Sun Java 1.5.0_16. Maven 2.0.10
-
Testcase included:yes
-
Number of attachments :
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.
Issue Links
- relates to
-
DOXIA-297
Verbatim blocks are always boxed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 1.1 [ 13617 ] | |
| Summary | Problems with Doxia | Apt verbatim box not correct |
| Fix Version/s | 1.1.1 [ 15073 ] | |
| Affects Version/s | 1.0 [ 14834 ] | |
| Affects Version/s | 1.0-alpha-11 [ 14265 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Assignee | Lukas Theussl [ lukas ] |