Skip to content

An IntelliJ IDEA plugin for Axon Framework

Notifications You must be signed in to change notification settings

gerloh/IdeaPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • Shell 2.2%