Hi Giovani, Tests in your camel-dropbox modules are failing with the following error:
org.apache.camel.component.dropbox.util.DropboxException: /XXX does not exist or can't obtain metadata Keep in mind that we should be able to 'mvn install' your component without prior configuration of the Dropbox account coordinates. Can you change your code so it doesn't require Dropbox account to successfully build? If you want to include some integration tests in the module, use Maven profile to enable/disable them (should be disabled by default). Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com
