I have made a several REST entry points to an external application usgin restlet available API. So my question is since I don't have many experience using maven how can I share those services to our community?
The service are: delete, export, import and get. All of them using activiti internal API with no modification. It's beautivul and fullu functional.
Yeah, I basically use save, delete and deploy already existant functionallity and created a restlet service entry point so that can be possible to save, remove and export bpmn xml 2.0 from an external application.
Im still not following 100%: so you mean you've written client classes using restlet (that consume the rest api). Maybe you should just put them on github so everyone can see them 😉