I am attempting to follow the instructions here http://docs.geoserver.org/stable/en/developer/programming-guide/wicket-pages/index.html using a meld of previous instructions where extensions were built via maven.
First question, is maven still considered the usual way to build extensions?
I have an issue with the org.geoserver.web.GeoServerBasePage not being found, in my pom I am attempting to reference web-core 2.6 at repo.boundlessgeo.com/main but it is not in the maven repo.
Here is a snippet from my pom;
opengeo
Open Source Geospatial Foundation Repository
[http://repo.boundlessgeo.com/main](http://repo.boundlessgeo.com/main)
org.geoserver.web
web-core
2.6.0
Switching out we-core for web as follows;
org.geoserver
web
2.6.0
pom
Still fails, how can I build against 2.6.0?
Regards,
Tommy
Never mind, the dependency should be;
org.geoserver.web
gs-web-core
2.6.0
Regards,
Tommy
ยทยทยท
On 12 November 2014 14:33, Tommy Fotak <tommy.fotak@anonymised.com> wrote:
I am attempting to follow the instructions here http://docs.geoserver.org/stable/en/developer/programming-guide/wicket-pages/index.html using a meld of previous instructions where extensions were built via maven.
First question, is maven still considered the usual way to build extensions?
I have an issue with the org.geoserver.web.GeoServerBasePage not being found, in my pom I am attempting to reference web-core 2.6 at repo.boundlessgeo.com/main but it is not in the maven repo.
Here is a snippet from my pom;
opengeo
Open Source Geospatial Foundation Repository
[http://repo.boundlessgeo.com/main](http://repo.boundlessgeo.com/main)
org.geoserver.web
web-core
2.6.0
Switching out we-core for web as follows;
org.geoserver
web
2.6.0
pom
Still fails, how can I build against 2.6.0?
Regards,
Tommy