git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
20 lines
540 B
XML
20 lines
540 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven word2html Plug-in Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>word2html:generate</name>
|
|
<description>Generate HTML docs from Word via CScript</description>
|
|
</goal>
|
|
<goal>
|
|
<name>word2html:prepare-filesystem</name>
|
|
<description>Create directories needed for the plugin</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |