Changes between Version 2 and Version 3 of geotools-packaging
- Timestamp:
- 08/19/14 07:11:29 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified geotools-packaging
v2 v3 1 = GeoTools packaging =1 = !GeoTools packaging = 2 2 3 Packaging GeoTools requires a lot of dependencies, many of them that are not up to date, are not maven compatible or simply are not packaged.3 Packaging !GeoTools requires a lot of dependencies, many of them that are not up to date, are not maven compatible or simply are not packaged. 4 4 5 5 === What we need to package === … … 97 97 98 98 99 == GeoTools Module Packaging ==99 == !GeoTools Module Packaging == 100 100 101 Since building GeoTools actually creates many .jar which are allGeoTools module which can be used independently, we can also package them separately.101 Since building !GeoTools actually creates many .jar which are all !GeoTools module which can be used independently, we can also package them separately. 102 102 103 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. … … 105 105 With that done, running mh_make should work fine. 106 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.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.