OEH
OEH

Reputation: 705

Spring Rest Doc - generate html without maven

I am using Spring Rest Doc and I am generating the HTML file of the documentation using the mvn:install.

Now I have been asked to generate this file without maven cause in our project we are not going to use it.

Is there any way to generate it without the maven install task?

Thank you

Upvotes: 2

Views: 194

Answers (1)

Andy Wilkinson
Andy Wilkinson

Reputation: 116051

There's an Asciidoctor Ant task that can be used to generate HTML from Asciidoctor in an Ant build.

Upvotes: 1

Related Questions