StevenChoo / IdeaPlugin

An IntelliJ IDEA plugin for Axon Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axon Framework IntelliJ Plugin

This plugin will help you navigate and visualize the Axon Framework annotations.

If you have any issues using the plugin, please let us know by filing a new issue, send us an e-mail or even sending a pull request.

Build from source

Requirements

The plugin is build by maven. At the moment there is no remote repository available. Make sure you have maven and the Intellij plugin development with Maven installed.

Build

Before you build you should run the setup.sh script once to install the intellij dependencies into your local maven repository.

From the command line: mvn clean install

Release

mvn clean release:prepare release:perform -Dmaven.javadoc.skip -Dgoals=install

Usage

Download and install the plugin manually from the IntelliJ Plugin Website or use the Plugin Repository Browser in your IDE.

After installation the plugin will automatically annotate the Axon Framework annotations it recognizes. You can click on the icons on the left of the sourcecode to navigate to and from the annotations.

Axon Trader Application EventHandler Screenshot With Annotations

About

An IntelliJ IDEA plugin for Axon Framework


Languages

Language:Java 79.0%Language:Kotlin 19.2%Language:Shell 1.8%