Changes between Version 1 and Version 2 of geotools-packaging


Ignore:
Timestamp:
08/19/14 07:10:57 (10 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • geotools-packaging

    v1 v2  
    9999 == GeoTools Module Packaging ==
    100100
     101Since building GeoTools actually creates many .jar which are all GeoTools module which can be used independently, we can also package them separately.
    101102
     103Using Maven-Debian-Helper, not much needs to be done. Every module has its own pom.xml. They use a parent pom.xml where some dependencies version are set so you might have to look into it and set them in the module's pom.xml.
     104
     105With that done, running mh_make should work fine.
     106
     107The point of packaging modules individually was to try to get just enough to be able to build GeoServer and because apps don't necessarily need the 100+ GeoTools lib to work.