Goals available for this plugin:
| Goal | Description |
|---|---|
| modelant.uml13..:compare-uml13-models | Compare two UML 1.3 models and report the differences, that are needed to convert the source model into the target one. |
| modelant.uml13..:database-to-uml13 | Reverse engineering logic for database schemas and storing the
results as UML 1.3 objects. The model produced is in fact a
Platform Specific Model, which might need additional processing and
tuning. Conventions for the model produced:
|
| modelant.uml13..:xsd-to-uml13 | Reverse engineer a XML schema and storing the results as UML 1.3
objects. The model produced is in fact a Platform Specific Model,
which might need additional processing and tuning.
Conventions for the model produced:
|
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 2.0 |
| JDK | 1.8 |
| 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>net.mdatools</groupId>
<artifactId>modelant.uml13.maven.plugin</artifactId>
<version>3.3.0</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>net.mdatools</groupId>
<artifactId>modelant.uml13.maven.plugin</artifactId>
<version>3.3.0</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"