Jody Garnett wrote: > So deployed a new GeoAPI snapshot jar here: > - > http://lists.refractions.net/m2/org/opengis/geoapi-nogenerics/2.1-SNAPSHOT/geoapi-nogenerics-2.1-20061102.035834-8.pom > - > http://lists.refractions.net/m2/org/opengis/geoapi-nogenerics/2.1-SNAPSHOT/geoapi-nogenerics-2.1-20061102.035834-8.jar >
That is the definition of SNAPSHOT, it will always download a newer one from the repository based on timestamp ( of the file, not encoded in teh file name ). The timestamp gets saved in the metadata file on the server. So no need to change the pom on trunk. One thing you may need to do when running maven to pick up the new snapshot is run with the -U flag, which tells maven explicitly to update all snapshots. > And the following change to trunk/pom.xml ensure it gets loaded... >> <dependency> >> <groupId>org.opengis</groupId> >> <artifactId>geoapi-nogenerics</artifactId> >> <version>2.1-20061102.035834-8</version> >> </dependency> > Is there a way to get the latest SNAPSHOT and leave trunk as is? >> <dependency> >> <groupId>org.opengis</groupId> >> <artifactId>geoapi-nogenerics</artifactId> >> <version>2.1-SNAPSHOT</version> >> </dependency> > I will hold off this commit until I hear back from a better maven mind > then me. > Cheers, > Jody > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > !DSPAM:1004,45497c9f293581460912952! > -- Justin Deoliveira The Open Planning Project [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
