This plugin is a wrapper for the BEWSoftware MDj CLI program which processes Markdown files into HTML files.
This plugin has six goals:
-
clean:
Deletes the <destination> directory (default: "target/docs"). -
help:
Auto generated during build. -
jar:
Creates a 'jar' file (<jarFilename>) that includes the contents of the <jarSrcDir> directory along with additional files to facilitate the creation of a self-contained/self-publishing website document. -
manual:
Launches the internal HTTP Server to publish the BEWSoftware MDj CLI manual in the context: "/
". -
mdj:
Processes the markdown files from the <source> directory (default: "src/docs") into static html files in the <destination> directory (default: "target/docs"). -
publish:
Launches the internal HTTP Server to publish the static HTML files from the <htmlSource> in the context: <context>. The source can be either a directory accessible from the local system, or a 'jar' file that contains static HTML files.
This plugin is fully functional. However, I am still testing it. You are welcome to clone and compile it locally. I plan on uploading it to the Maven Repository once testing is complete.
This plugin requires some other projects, to be able to compile this one: