Justin Deoliveira wrote: >When I try to upload new 2.2.x jars to the refractions rackmount the >maven-metadata.xml files dont seem to get updated, so when I try to >build another project against them I dont pick up the new dependencies. >Is there something I am missing? > > Justin and I figured out what is going on with the maven-metadata files...
From the maven-users list: "the lastUpdated element only gets updated when there were changes made to the file. So if you keep building the same version of the file and no new versions are added to the metadata, then the lastupdated element will not change." So when you deploy a snapshot, your jar and pom get uploaded and the maven-metadata file updated: http://lists.refractions.net/m2/org/geotools/gt2/2.2-RC4-SNAPSHOT/maven-metadata.xml However, the following metadata file is only updated when a new version is added (ie, 2.2-RC5-SNAPSHOT is deployed for the first time) http://lists.refractions.net/m2/org/geotools/gt2/maven-metadata.xml Anyways, we understand maven a little bit more, but geoserver still seems to not be picking up the new gt 22x jars. Once I get my changes committed, i'll see if I can duplicate the problem. Cheers, Cory. 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
