2.5.5 Develop your project
You can create project files for Eclipse or IDEA using Maven:
mvn idea:idea mvn eclipse:eclipse
After making changes, rebuild using "mvn install" and then restart Kauri. It
is possible to avoid Kauri restarts when the changes don't involve Java code or
the basic runtime configuration, see
Previous