Have a look at the pom.xml for web/app - you can see different profiles that add a dependencies for the different extensions and community modules.
You need to add a profile for your community module. The alternative approach is to make a new web app, which is what I do for my customers. There is some documentation in the developers guide https://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/implementing.html Jody On Tue, Aug 1, 2023 at 6:40 AM Amirhossein Nikfal <ah.nik...@gmail.com> 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? > > > Best regards, > Amirhossein Nikfal > _______________________________________________ > 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 > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- -- Jody Garnett
_______________________________________________ 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 Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users