Kauri Documentation
 PreviousHomeNext 
2.5.4 Run itBook Index2.6 Essential Kauri theory

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 source mode.

 PreviousHomeNext 
2.5.4 Run it2.6 Essential Kauri theory