;) Ok, zorg wise it should suffice to add an additional manual step of 'mvn source:source' before the 'mvn javadoc:javadoc' in your release guide [1]. This will create a ..-sources.jar, which is appropriate for the repo.
But I can't figure out when and how your artifacts get published to the maven repo in your description. Aren't they uploaded somehow or maybe grabbed from subversion? According to the maven repo itself [2], you have at least once deployed to the repo somehow lately. If you don't know how to do it, it's detailed in about 10 lines in the 'guide to uploading artifacts to the maven repo' [3]. Summarized you should be able to execute 'mvn source:jar javadoc:jar repository:bundle-create' which creates a bundle and then creating a JIRA issue with the bundle attached (as explained on the site). I'm pretty sure that you do this already somehow, either automatically or manually. Hope that helps, Cheers, Daniel [1] http://wiki.apache.org/jakarta-httpclient/HttpComponentsCoreReleaseProcess [2] ftp://ibiblio.org/pub/packages/maven2/org/apache/httpcomponents/jakarta-httpcore On 6/28/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
Daniel Mueller wrote: > Hi Oleg, > > Please add also to the process the release of the sources to the maven > repo > if possible as discussed on the list a while [1] ago. > > Thanks, > Daniel > > [1] > http://www.nabble.com/publishing-sources-to-the-maven-repo-t3894418.html > Daniel, Simply put I have no idea how to do that. I could do some research and find it out but at the moment I would like to spend all my spare time available on getting HttpClient 4.0-ALPHA1 out the door. Quoting Mr. Zorg, the bad guy from the 5th Element movie: "If ya want something done...do it yourself!!" ;-) I'll happily check in patches Oleg > On 6/28/07, Apache Wiki < [EMAIL PROTECTED]> wrote: >> >> Dear Wiki user, >> >> You have subscribed to a wiki page or wiki category on >> "Jakarta-httpclient >> Wiki" for change notification. >> >> The following page has been changed by OlegKalnichevski: >> http://wiki.apache.org/jakarta-httpclient/HttpComponentsCoreReleaseProcess >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
