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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
