-
Notifications
You must be signed in to change notification settings - Fork 114
Component Dependency Matrix
Adrian Papari edited this page Jun 1, 2014
·
14 revisions
Generates an html report describing the relationship between systems, managers and components.
<build>
<plugins>
<plugin>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb-maven-plugin</artifactId>
<version>${artemis.odb.version}</version>
<executions>
<execution>
<goals>
<goal>matrix</goal>
</goals>
</execution>
</executions>
</plugin>
<plugins>
<build>
$ java -jar artemis-odb-matrix-0.6.0-cli.jar --help
Usage: artemis-odb-matrix [options]
Options:
* -c, --cless-folder
Root class folder
-h, --help
Displays this help message.
Default: false
-l, --label
Project name.
Default: Unknown artemis project
-o, --output
Save to file
Default: matrix.html
$ java -jar artemis-odb-matrix-0.5.1-SNAPSHOT-cli.jar \
-l "Naturally Selected 2D" \
-c ~/opt/dev/git/naturally-selected-2d/core/build/classes/ \
-o ~/opt/dev/git/junkdog.github.io/matrix-ns2d.html
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference