planetfederal / geoserver-exts

Other
31 stars 40 forks source link

Can't build with maven 3 #40

Closed groldan closed 10 years ago

groldan commented 10 years ago

Currently, the geoserver-exts build can only be run with maven 2, but we need it to build with maven 3 to support the migration of the geogit geoserver plugin from the geogit codebase to geoserver-exts.

The actual error we get with the maven3 build is well known: https://github.com/fge/json-schema-validator/issues/39 and should be solvable with a json-schema-validator dependency upgrade.

groldan commented 10 years ago

This pull request fixes the issue: #39