Changes between Version 1 and Version 2 of geotools-packaging
- Timestamp:
- 08/19/14 07:10:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
geotools-packaging
v1 v2 99 99 == GeoTools Module Packaging == 100 100 101 Since building GeoTools actually creates many .jar which are all GeoTools module which can be used independently, we can also package them separately. 101 102 103 Using 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 105 With that done, running mh_make should work fine. 106 107 The 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.