The general idea is an email is sent out saying "new snapshot deployed please build with -U" - here is what that means:
- Update
svn up
- build using the -U option
mvn clean install -U -Dmaven.test.skip=true
If you are working on uDig there is an extra step; you need to run the libs refres.xml script which will use a "maven ant task" to pull the changed jars in for your.
Documentation harmed in the making of this post:
- Working With Others (GeoTools Developers Guide)
1 comment:
Hi Jody,
(I'm not sure if this is the right blog, but I couldn't find another way to contact you.)
I'm trying to follow examples you posted in the GeoTools manual. I'm especially interested in GML3. I have problems with the one from Justin Deoliveira called GML3ParsingTest.java. I can't figure all the libraries required by the example. Can you send me a POM? Also, do you have files called states.xsd and states.xml that this example uses?
I appreciate your help,
Bohdan Kalman
Post a Comment