How to work with Pogamut SVN version
- Download Eclipse IDE
- Install m2e plugin (Maven support in eclipse)
- Checkout Pogamut SVN
- Import Pogamut projects from checkout folder through Eclipse Import... dialog (choose Existing Maven Project)
- All Pogamut projects will be imported and built in your eclipse (Internet connection required, may take some time)
Alternatively, you may open Pogamut projects one by one in NetBeans or Eclipse and modify them and build them. Thanks to Maven all changes you make will be saved locally in your local maven repository. So you may for example change something in PogamutUT2004 and see the change in your bot with dependency on PogamutUT2004 project.