On Wed, Jul 23, 2014 at 11:23 AM, Andrea Aime <[email protected]>
wrote:

> On Wed, Jul 23, 2014 at 7:17 PM, Andrea Aime <[email protected]
> > wrote:
>
>> Ah, ok, now I see, the build does not work because the directories in the
>> src file have
>> the gs- prefix, whilst in the repository they do not have it, the
>> packaging script is
>> actually renaming them...
>>
>
> Ok, checked what geotools is doing (since it has the same layout and
> prefix)
> and the assembly is just a lot simpler:
>
> <assembly>
>   <id>project</id>
>   <formats>
>     <format>zip</format>
>   </formats>
>   <fileSets>
>     <fileSet>
>       <directory>target</directory>
>       <includes>
>         <include>VERSION*</include>
>       </includes>
>     </fileSet>
>     <fileSet>
>       <directory>.</directory>
>       <outputDirectory></outputDirectory>
>       <useDefaultExcludes>true</useDefaultExcludes>
>       <excludes>
>         <exclude>**/target/**</exclude>
>       </excludes>
>     </fileSet>
>   </fileSets>
> </assembly>
>
> We could do the same in GeoServer, that would solve the problem,
> or, we could maybe stop overthinking it, and recognize github
> is making a jolly good source zip for us, e.g. :
> https://github.com/geoserver/geoserver/releases
>
> zip and tar.gz of every tag, what's not to like?
>
> We could just stop packaging the sources outselves, and point the download
> links
> to github.
>
> What do you think?
>

I think this definitely makes the most sense. +1

>
> Cheers
> Andrea
>
> --
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/NWWaa2 for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> -------------------------------------------------------
>
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>


-- 
Justin Deoliveira
VP Engineering | Boundless <http://boundlessgeo.com/>
[email protected]
@boundlessgeo <http://twitter.com/boundlessgeo/>
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to