Hi
We publish the source jar when doing the camel release, but we don't
deploy the source jar when publishing the snapshot.
Do you means we need to do the same thing for snapshot deploy?
If so, you can check out camel source code do that kind of build yourself.
I don't think there are lots of people working on Camel SNAPSHOT :)
Willem
Jörn Kottmann wrote:
Hello,
I am just doing some debugging of the camel-mail
component with eclipse and noticed that the camel
team is not publishing the camel source jars to
their maven repository.
Publishing the source jars has the advantage that the
camel jar files are automatically linked to the source code
in eclipse when using mvn eclipse:eclipse.
The linking of the source code is needed to debug the
camel code.
If there is interest in this I could open a jira issue.
Jörn