Include source code from camel-core-XXX in camel-spring and camel-blueprint in the -source JARs -----------------------------------------------------------------------------------------------
Key: CAMEL-3152 URL: https://issues.apache.org/activemq/browse/CAMEL-3152 Project: Apache Camel Issue Type: Task Components: camel-spring, osgi Affects Versions: 2.4.0 Reporter: Claus Ibsen Priority: Minor Fix For: Future camel-spring and camel-blueprint both uses a shared component camel-core-xml and camel-core-osgi for having shared code between the two of them. This ensure the code is in sync, and makes it easier to develop and maintain Camel. However the generated -source.jar for camel-spring and camel-blueprint does not contain the source code for camel-core-XXX. See if its possible to instruct maven to include the source code for those 2 projects. This allows for example Eclipse to be able to see all the source code and make it easier to debug etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.