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 <bur...@spinn3r.com> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to