I know how to build the geoserver extension by following the document here: https://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html .
However it is unconventional to run the `mvn install` and put the jar under the geoserver directory after each modification for the plugin. So the docs said that: "During development the most convenient way to work with the extension is to run it directly from sources.". But this will mix the plugin code base and geoserver code base together which means changes will take places in the GeoServer code base, and I have to do git merge or rebase when there is a new gs version released. And we tried to avoid this. Any solution?
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
