> is this the correct structure for plugin sources? > > /plugin.properties > /project.properties > /plugin.jelly > /project.xml
yes > > /src/plugin-resources/ > > what is this dir intended for? Stuff you need to use inside the plugin - such as template files. Checkout some of the many in the current maven source that do this. Cheers, Brett