A couple of weeks ago I suggested to support some additional services to make plugin development easier. Now I think we've come a long way. What's changed:
- The project structure is revised. We now have a parent project with two modules; webical-core (the jar plugin developers can depend on) and webical-war (This is the main artifact)
- We now have a snapshots maven repository. Nightly snapshots will be deployed here (including release versions of the war). We're investigating the possibility to deploy releases to the central maven repository
- The xsd is available online as well for reference by the plugin developers
- I've committed my first efforts in creating a caldav backend provider for webical. This is available in our new webical-plugin project's repository. Check it out!
Now these issues have been addressed I can finally continue with the
plugin framework again.