Remove doxia for markdown, it already included -D
On Tuesday, September 2, 2014, Kevin Burton <[email protected]> wrote: > I’m trying to create a static site using doxia and the markdown plugin and > it seems to be failing. > > Basically, apt and xdocs works, but markdown doesn’t. > > I’m using the markdown plugin: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-site-plugin</artifactId> > <version>3.4</version> > <dependencies> > <dependency> > <groupId>org.apache.maven.doxia</groupId> > <artifactId>doxia-module-markdown</artifactId> > <version>1.5</version> > </dependency> > </dependencies> > </plugin> > > … and then run > > mvn site > > … but no markdown files are picked up. > > If I use xdocs or apt they work just fine. > > I’m placing my files in src/site/markdown and they have .md extensions. > > … anything else I should try? is there a debug mode? > > -- > > Founder/CEO Spinn3r.com > Location: *San Francisco, CA* > blog: http://burtonator.wordpress.com > … or check out my Google+ profile > <https://plus.google.com/102718274791889610666/posts> > <http://spinn3r.com> >
