You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2008/08/29 21:07:04 UTC

docs nad src jars in tgz and zip distributions?

checking out 1.3 RC1 i notice that the "src" Jars and "docs" Jars 
generated for maven (containing the source and and javadocs for each 
corrisponding "code" jar) are included in the dist directory of the 
release.

It makes sense to have these for maven users -- but they seem like 
overkill for normal tgz and zip file releases, which already contain the 
src and docs directly.

Was leaving these in dist to be included in the tgz/zip files just an 
oversight, or was it intentional that they be included in the conventional 
release artifacts?  Is there an advantage to them that i'm not aware of?

(FWIW: elimitating them would reduce the size of the tgz file about 13% 
... from 23M to 20M)


-Hoss


Re: docs nad src jars in tgz and zip distributions?

Posted by Grant Ingersoll <gs...@apache.org>.
Yeah, no need for them to be in there.  I'll take care of it.


On Aug 29, 2008, at 3:07 PM, Chris Hostetter wrote:

>
> checking out 1.3 RC1 i notice that the "src" Jars and "docs" Jars  
> generated for maven (containing the source and and javadocs for each  
> corrisponding "code" jar) are included in the dist directory of the  
> release.
>
> It makes sense to have these for maven users -- but they seem like  
> overkill for normal tgz and zip file releases, which already contain  
> the src and docs directly.
>
> Was leaving these in dist to be included in the tgz/zip files just  
> an oversight, or was it intentional that they be included in the  
> conventional release artifacts?  Is there an advantage to them that  
> i'm not aware of?
>
> (FWIW: elimitating them would reduce the size of the tgz file about  
> 13% ... from 23M to 20M)
>
>
> -Hoss
>



Re: docs nad src jars in tgz and zip distributions?

Posted by Yonik Seeley <yo...@apache.org>.
Doesn't seem like maven artifacts should be in the download... that's
what the maven repo is for, right?

-Yonik

On Fri, Aug 29, 2008 at 3:07 PM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> checking out 1.3 RC1 i notice that the "src" Jars and "docs" Jars generated
> for maven (containing the source and and javadocs for each corrisponding
> "code" jar) are included in the dist directory of the release.
>
> It makes sense to have these for maven users -- but they seem like overkill
> for normal tgz and zip file releases, which already contain the src and docs
> directly.
>
> Was leaving these in dist to be included in the tgz/zip files just an
> oversight, or was it intentional that they be included in the conventional
> release artifacts?  Is there an advantage to them that i'm not aware of?
>
> (FWIW: elimitating them would reduce the size of the tgz file about 13% ...
> from 23M to 20M)
>
>
> -Hoss
>
>