Re: [Geoserver-devel] How to rebuild Geoserver source code to WAR file.

2010-11-10 Thread Justin Deoliveira
If you build geoserver from the root, or just build the web module under web/app target you will see a geoserver.war file. Just a note. If you are making changes in geotools and trying to get geoserver to pick them up use the "-o" (offline) flag or else it is possible that maven will download a ne

[Geoserver-devel] How to rebuild Geoserver source code to WAR file.

2010-11-09 Thread lv
I changed some java file of GeoTools and using maven to build it (mvn clean install �CDskipTests). Which library of Geoserver should be replaced and how to rebuild Geoserver source code to a new WAR file? ---