> http://maven.geotools.fr/repository/org/geotools/gt2-coverage/2.2-RC0/gt2-coverage-2.2-RC0.pom > and noticed that at the top of the page it states the modelversion, groupid > etc. Do i need this information at the top of my pom.xml file for every jar > i use?
No - you don't have to worry about editing the modelVersion tag and it only appears once (it actually indicates the version of the pom format that's being used). It's part of the basic stuff that is generated for you when you create a new maven project. I know all this stuff is confusing when you're first getting your head around it. It baffled me no end :) > At the bottom uses > > <dependency> > <groupId>org.geotools</groupId> > <artifactId>gt2-referencing</artifactId> > <version>2.2-RC0</version> > </dependency> > instead of using 2.2.4. Should i use 2.2 like it states there or 2.2.4 Use 2.4.4 - this is the most recent stable version of geotools. Michael ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
