Jody Garnett ha scritto: > 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 > > 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?
It should be automatic as long as you deploy the jar to the server with mvn install:install-file, more explainations here: http://maven.apache.org/plugins/maven-install-plugin/index.html If it's not the first time you build during the day, you may also want to force maven to look for newer snapshots using -U (see mvn --help) I thought there was a guide in the docs on how to use the above comment, but could not find it... grr... if the guide was organized as a single big document it would have been just a "find" away in Firefox... other project do provide both split and single document guides, see for example Hibernate: http://www.hibernate.org/5.html (online multipage, single page, pdf). Cheers Andrea ------------------------------------------------------------------------- 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
