Ah..  That nailed it guys.  The problem was the documentation still
recommends using the plugin.  So that’s where I was hung up.

Appreciate the help!


On Tue, Sep 2, 2014 at 11:25 PM, Hervé BOUTEMY <[email protected]>
wrote:

> yes, you should remove this explicit module
>
> FYI, you can't use Doxia Markdown 1.5 with m-site-p that uses Doxia 1.6
> natively: there was a little refactoring in Doxia 1.6 that is backward
> compatible (you can use new parsers with old Doxia core) but not forward
> compatible (you cannot use old parsers with new Doxia core)
>
> see http://jira.codehaus.org/browse/DOXIA-510 if you're interested in
> internals (and this change is about helping new people understand the code,
> then contribute: yes, we need people's contribution)
>
> Regards,
>
> Hervé
>
> Le mardi 2 septembre 2014 19:44:44 Dan Tran a écrit :
> > 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>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 

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>

Reply via email to