Hello! I am following this GeoServer guide (https://docs.geoserver.org/latest/en/developer/quickstart/eclipse.html) to try to use the Maven Eclipse Plugin to work with a GeoServer development environment. I want to run GeoServer with the following extensions: importer, imagemosaic-jdbc, wcs2_0-eo, oseo. I found these maven profiles in src/web/app/pom.xml. However, when I try to re-generate the root eclipse profile with the appropriate maven profiles using the command in the guide (mvn eclipse:eclipse -P oseo), I get the following error:
[WARNING] The requested profile "oseo" could not be activated because it does not exist. How can I fix this? And to enable multiple extensions, would I do “mvn eclipse:eclipse -P importer, imagemosaic-jdbc, wcs2_0-eo, oseo”? Any help would be appreciated! Thanks, Hiyori
_______________________________________________ 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
