Maven Doxia is a content generation framework for generating static and dynamic content.
Questions tagged [doxia]
21 questions
0
votes
1 answer
Have Syntax Highlighting in Markdown for Maven Site (Fluido)
I have tried the following in my Maven project:
Add a markdown file content.md with content
```java
int a = 4;
```
in src/main/site/markdown.
Write a site.xml with content
…

J Fabian Meier
- 33,516
- 10
- 64
- 142
0
votes
0 answers
Fluido Skin for Maven Site: Doxia Problem
I am trying to use the Fluido Skin for my Maven Site, but get the error:
Cannot use skin: has 1.8 Doxia Sitetools prerequisite, but current is 1.7.4
My site.xml contains the skin
org.apache.maven.skins
…

J Fabian Meier
- 33,516
- 10
- 64
- 142
0
votes
1 answer
Powerful tool to generate documentation (exact requirements included)
Short version
We need a Maven Doxia alternative being able to generate good looking PDFs (at least code snippets should be properly indented and have configurable font size). Maven guys proposed maven-pdf-plugin in DOXIA-419, but it has same…

user648373
- 9
- 2
0
votes
0 answers
How to add picture in Doxia for Markup?
I am using Doxia plugin for markdown and I want to add pictures in
org.apache.maven.doxia
doxia-maven-plugin
1.1.4
…

Xelian
- 16,680
- 25
- 99
- 152
0
votes
1 answer
Create links to java files in Doxia Apt site file?
As part of our application development, we are creating documentation using the Maven site plugin. Our apt files are located in src/site/apt. I know one can make links in apt using {{xxx}} syntax, but I was wondering if there was an easy way to…

Eric B.
- 23,425
- 50
- 169
- 316
0
votes
1 answer
Include text from one apt to another apt
Imagine I have three apt files:
main.apt
Info, details, etc..
some text
Configuration
some text
child1.apt
Info, details, etc..
some text
Configuration
[Same text as MAIN.APT configuration]
child2.apt
Info, details, etc..
…

Zilvinas
- 11
- 3