Goals available for this plugin:
Goal | Description |
---|---|
kscontractdoc:kscontractdoc | The plugin entrypoint which is used to generate the html wiki doc of the service interface. |
kscontractdoc:kscreateadminui | No description. |
kscontractdoc:kscreateconftest | This class associates a mojo to create the conformance tests. |
kscontractdoc:kscreatejpaimpl | No description. |
kscontractdoc:kscreatemock | No description. |
kscontractdoc:kscreateremoteimpl | No description. |
kscontractdoc:kscreatevdec | No description. |
kscontractdoc:ksdictionarycreator | The plugin entrypoint which is used to generate dictionary files based on the contract |
kscontractdoc:ksdictionarydoc | |
kscontractdoc:kseachmethodservicegenerator | The plugin entrypoint which is used to generate a java interface file for each service method in the source files based on the contract definition |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.kuali.maven.plugins</groupId> <artifactId>kscontractdoc-maven-plugin</artifactId> <version>1.0.10-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.kuali.maven.plugins</groupId> <artifactId>kscontractdoc-maven-plugin</artifactId> <version>1.0.10-SNAPSHOT</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"