Deploying
To Deploy GeoServer jars to the Maven Repository:
- Sign up for commit access and create yourself a codehaus account.
- Install the AddTrust CA certificate. Instructions here
- Modify your settings.xml file ( Located under <home directory>/.maven with a default maven install ):
<settings> <servers> <server> <id>codehaus.org</id> <username>USERNAME</username> <password>PASSWORD</password> </server> </servers> </settings>Where USERNAME / PASSWORD are your codehaus account username / password.
- Execute the maven command from the root of the GeoServer source tree:
mvn deploy
More information can be found here.
Added by Justin Deoliveira, last edited by Chris Holmes on Oct 24, 2006
()