<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
Now add your markdown files with .md extension in src/site/markdown
And that's it ! You are now "à la mode" and you use markdown :-)
I agree that must be per default and no need of extra xml to write
See the documentation of under incubation Helix project, we use Markdown (http://helix.incubator.apache.org)
Have Fun
No comments:
Post a Comment