I am trying to build GeoServer and the REST plugin from the trunk so that I can run the implementing a RESTful service example. I was having problems initially trying to get GeoServer to compile to a WAR file but I found indirectly that if I call:
mvn clean install -P web2
mvn assembly:attached
I then get a zip file that contains a WAR file. If I just call mvn clean install -P release like in the documenation then my WAR zip file only contains the license text files. I don’t know if this is a bug or if I am just doing something wrong since I am not able to even build 1.7.5.
Hi all,
I am trying to build GeoServer and the REST plugin from the trunk so that I can run the implementing a RESTful service example. I was having problems initially trying to get GeoServer to compile to a WAR file but I found indirectly that if I call:
mvn clean install -P web2
mvn assembly:attached
I then get a zip file that contains a WAR file. If I just call mvn clean install -P release like in the documenation then my WAR zip file only contains the license text files. I don't know if this is a bug or if I am just doing something wrong since I am not able to even build 1.7.5.
Yeah, the documentation is written for 1.7.x. On trunk we have a new web module which is still not a core module (soon to be), so you need to enable it explicitly with a profile.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects
Thanks Justin that fixed part of my problem. The other part seems to be a problem with Netbeans and the POM. It “works” in eclipse. Once I get it all figured out I will write up how I got it all to work so that hopefully it can help others.