diff --git a/word2html/xdocs/current/changes.xml b/word2html/xdocs/current/changes.xml new file mode 100644 index 00000000..245c3588 --- /dev/null +++ b/word2html/xdocs/current/changes.xml @@ -0,0 +1,24 @@ + + + + Changes + dIon Gillard + + + + + + + Correctly handle files with .. in the names + + + Open the word documents in readonly mode + + + Make plugin run when maven site is invoked + + + + + + diff --git a/word2html/xdocs/current/goals.xml b/word2html/xdocs/current/goals.xml new file mode 100644 index 00000000..c3324e22 --- /dev/null +++ b/word2html/xdocs/current/goals.xml @@ -0,0 +1,20 @@ + + + + + Maven word2html Plug-in Goals + dIon Gillard + + + + + word2html:generate + Generate HTML docs from Word via CScript + + + word2html:prepare-filesystem + Create directories needed for the plugin + + + + \ No newline at end of file diff --git a/word2html/xdocs/current/index.xml b/word2html/xdocs/current/index.xml new file mode 100644 index 00000000..3443ad7f --- /dev/null +++ b/word2html/xdocs/current/index.xml @@ -0,0 +1,33 @@ + + + + + Maven Word 2 HTML Plug-in + dIon Gillard + + + +
+

+ This plug-in allows you to write your project documentation in Microsoft + Word, and generate HTML from it on a Windows platform + only. +

+

+ It converts Word documents to HTML using the + + Microsoft® Windows® Script. You will need this installed to + successfully use this plugin. +

+

+ To use this plug-in, make sure the property + ${maven.word2html.src.dir} has been set and run the + site:generate goal. +

+

+ All documents matching *.doc in the directory will be + converted to HTML. +

+
+ +
diff --git a/word2html/xdocs/current/properties.xml b/word2html/xdocs/current/properties.xml new file mode 100644 index 00000000..9bad61e4 --- /dev/null +++ b/word2html/xdocs/current/properties.xml @@ -0,0 +1,27 @@ + + + + + word2html Properties + dIon Gillard + + +
+ + + + + + + + + + + +
PropertyOptional?Description
maven.word2html.src.dirYes +

Default value is + MAVEN_WORD2HTML_SRC_DIR_NOT_SET.

+
+
+ +
\ No newline at end of file