MavenPlugin
From Clickframes
Most Clickframes users will interact with Clickframes via a set of Maven plugins. These plugins include the core Clickframes plugin, which provides a set of tools for turning the Appspec into deliverables like CLIPs and application maps.
Contents |
The Clickframes Plugin
Please bear with us as we work on this section of the documentation.
Generate
The following command runs the techspec and generates code
mvn clickframes:generate
List
The following command lists artifacts. All files
mvn clickframes:list
Modified files
mvn clickframes:list -Dtype=modified
Not Modified files
mvn clickframes:list -Dtype=notModified
Orphaned files
mvn clickframes:list -Dtype=orphan
Installing Graphviz
To use the Clickframes graphing plugin, you'll need to install Graphviz. If Graphviz is not installed, you may see an error like this:
[ERROR] Exception while executing fdp, not installed? Cannot run program "fdp": java.io.IOException: error=2, No such file or directory [WARNING] Graphing is not installed
On Debian/Ubuntu
- Run
sudo apt-get install graphviz
On Windows
- Download the Graphviz Windows installer and run it.
- The installer will put the Graphviz binaries on your path. If you have any open command-line windows, close and reopen before attempting to use the graphing plugin.

