On Thu, May 28, 2009 at 4:12 AM, joehoe <[email protected]> wrote: > > Hi. > > I will be working on a specific data dissemination component for Camel. I'd > like for this component to be generally available. What are the procedures > to follow and/or standards to be met in order to include a component for > Camel distribution? Hi
Fantastic and welcome on the Camel ride. The contributing page explains some bits about this: http://camel.apache.org/contributing.html Usually it starts like this with a mail thread. Then when you feel like the code is ready for review or others to take a look at, then create a JIRA ticket for it and attach it there. If the component has a general and broad usage then its a good candidate for inclusion at Apache Camel. The code must however be Apache License. The code should follow the checkstyle ruling that we use. You can run it from maven using: mvn compile -Psourcecheck And it should be unit tested with a good coverage. And most importantly you should also be willing to do the doucmentation it takes at the Camel wiki pages. > > Thanks for your help. > > -Joe > -- > View this message in context: > http://www.nabble.com/Adding-New-Component-For-General-Camel-Use-tp23754070p23754070.html > Sent from the Camel Development mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
