On Tuesday, 1 August 2023 11:37:06 PM AEST Amirhossein Nikfal wrote: > After building the plugin by: mvn clean install -P netcdf > It seems to be build in the path: > geoserver/src/extension/netcdf/target/gs-netcdf-2.24-SNAPSHOT.jar > Afterwards, I copy gs-netcdf-2.24-SNAPSHOT.jar to the path: > geoserver/src/web/app/target/geoserver/WEB-INF/lib > > Now after mvn jetty:run, the plugin is still not available in geoserver. > > Would you please inform me what I should do? You need to add the dependencies too. The release configuration tells you what they are. See https://github.com/geoserver/geoserver/blob/main/src/release/ext-netcdf.xml[1]
Or you can just do the release build and install per the geoserver manual instructions. Brad -------- [1] https://github.com/geoserver/geoserver/blob/main/src/release/ext-netcdf.xml
_______________________________________________ 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
