Yeah, I was thinking it couldn't hurt.

I think implementing this should be pretty easy. In the root pom basically
we add the manifest entry that looks like this:

<manifestEntries>
  <GeoServer-Module>${module.type}</GeoServer-Module>
</manifestEntries>

(Changing the name to match I think what are standard manifest key naming
conventions).

In the root prom we declare the property:

<module.type>core</module.type>

Then it is just a matter of overriding the property name in
extension/pom.xml and community/pom.xml sub poms.




On Thu, Nov 29, 2012 at 10:44 AM, Andrea Aime
<[email protected]>wrote:

> On Thu, Nov 29, 2012 at 5:43 PM, Justin Deoliveira 
> <[email protected]>wrote:
>
>> Yeah, I was thinking that this for the most part could be handled by the
>> root pom, the root extension pom, and the root community module pom. I was
>> thinking something like:
>>
>> <manifestEntries>
>>   ...
>>   <GeoServerModule>[core|extension|community]</GeoServerModule>
>>   ...
>> </manifestEntries>
>>
>
> Ah, so we'd also list the core modules somewhere... could be useful, in
> case someone created
> a GeoFrankenServer by putting togheter jars from different builds
>
> Cheers
> Andrea
>
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it 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
>
> -------------------------------------------------------
>
>


-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to