|
From: Michael B. <mic...@gm...> - 2008-07-07 12:58:56
|
> 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 |