Re: Publish source jar files to maven repository

2010-01-06 Thread Jörn Kottmann
Willem Jiang wrote: Hi We publish the source jar when doing the camel release, but we don't deploy the source jar when publishing the snapshot. Yes, thanks, after downloading the sources with mvn dependency:sources they where linked to the dependencies in eclipse after mvn eclipse:eclipse.

Re: Publish source jar files to maven repository

2010-01-06 Thread Jon Anstey
I set up Hudson to deploy the source jars a while ago but there was some problem... the issue is tracked here https://issues.apache.org/jira/browse/INFRA-2352 Hopefully we can get a resolution to this soon! On Wed, Jan 6, 2010 at 9:10 AM, Willem Jiang wrote: > Hi > > We publish the source jar w

Re: Publish source jar files to maven repository

2010-01-06 Thread Willem Jiang
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

Publish source jar files to maven repository

2010-01-06 Thread Jörn Kottmann
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 e