问题
I'm doing some changes in Geoserver source.
I used quick start guide from here. I done all steps in guide and it works fine. When I run as java project with web-app/org.geoserver.web/start.java file , It works fine. But I want to produce war file similar to geoserver.war in geoserver releases.
I didn't find any documentation or example about it.
回答1:
I solved the problem with geoserver developer manual.There wasn't a spesific topic but thanks to geoserver developer Jody Garnett ,I found this link. I could generate own war file with maven through this link.
来源:https://stackoverflow.com/questions/18851989/geoserver-generate-web-archive-file