Tiago Rinck Caveden wrote: > Hello, > > I'm following what's written here > http://dev.xwiki.org/xwiki/bin/view/Community/Building#HExecutingtheStandardWebWARquicklyindevelopmentmode > so I can test more easily what I'm doing, but I'm having some problems > to change the default xwiki.cfg file. > I need it to start it with the GraphViz plugin enabled. I found the > pom.xml that contains the plugin declarations and added GraphViz > plugin there, that works, but I can't find where I need to uncomment > and set the properties that define where the executables are. I tried > changing the > \trunks\xwiki-platform-tools\xwiki-configuration-resources\src\main\resources\xwiki.cfg.vm > file but that doesn't seem to be enough, as the target xwiki.cfg is > always generated with the default values, that is, GraphViz properties > commented and unset. > > Which file do I need to change to get a different xwiki.cfg at my build?
xwiki.cfg.vm should work. Try to rebuild. You can also use xwikiCfgAdditionalProperties in xwiki-platform-pom/pom.xml _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

