orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

Remove OrbisParent pom dep #1289

Closed ebocher closed 2 years ago

ebocher commented 2 years ago

OrbisParent pom is used to manage all deps. I wonder if H2GIS should not be independant from OrbisParent to simplify the releases.

nicolas-f commented 2 years ago

I should not have created OrbisParent in the past. It was created originally only to share the remote repository configuration. Now its quite cumbersome to make a release and its a weird external dependency. (another repo)

SPalominos commented 2 years ago

But it makes also a lot easier to share maven build/plugins configuration and profiles, to synchronize dependencies version and to lighten the children project poms.

ebocher commented 2 years ago

Done