I would basically like to use the maven-site-plugin functionality where
there are directories for each markdown and they are converted to html with
the support for the velocity plugin.  What I have done in the interim is to
have gradle run mvnw to run the site-plugin but that is not optimal.

I looked at the maven-doxia-sitetools and saw that it has dependencies on
maven-artifact.

Perhaps I am misunderstanding where the interface is between doxia and
maven, but I would have thought that the doxia site tools would not be
Maven specific.

Claude

On Tue, Feb 25, 2025 at 12:41 PM Michael Osipov <micha...@apache.org> wrote:

> On 2025/02/19 14:10:59 Claude Warren wrote:
> > Greetings,
> >
> > I would like to use the doxia engine outside of Maven.  Specifically I
> > would like to use the site rendering engine to render a site for a
> project
> > that uses gradle. (heresy!).
> >
> > I could use the mvnw script to do this but that puts maven into gradle
> for
> > a work project and that will probably be a hard sell.
> >
> > So my questions are:
> >
> >    1. Does anybody know of any Gradle plugins that will run the doxia
> site
> >    render engine?
> >    2. Is there any documentation for running the site plugin outside of
> the
> >    maven build environment?
>
> Don't confuse Doxia with Maven Site Plugin. Doxia has no related to the
> Maven ecosystem at all. Do you want to reuse Doxia Core or anything above
> that?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-- 
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to