[Geoserver-devel] mvn 2.0 working but no WAR yet

Hi,

Andrea and I have basically got Geoserverto compile and install with mvn 2.0 but we have not got around to created the WAR. This requires some juggling around of the src of the Main module to make this happen for mvn 2.0. Due to having time constraints here at work, we will for now have to put this on hold till after the 22nd April 2006.

What basically needs to be done in Geoserver?

There has to be a module with the following directory structure:

src
-------main
--------------config
--------------filters
--------------java (java source)
--------------resources
--------------webapp (web.xml, etc)
-------site
-------test
target
-------classess
-------surefire
-------test-classes
pom.xml

So we basically need to shuffle the source around a bit to make mvn 2 create our WAR. In maven 1.0 we use ANT to create the WAR, so we did not need this shuffling around of source.

Any bright idea's would be great..

Regards Clint