Jared, I always build GeoTools from source and then build all downstream projects with "mvn -llr -nsu" to avoid problems with (1) repository timestamps or race conditions (-nsu) and (2) artifacts that change repository source (-llr). I suspect that local builds and -nsu will fix your problem for now.
For -llr see: https://issues.apache.org/jira/browse/MNG-5181 https://issues.apache.org/jira/browse/MNG-5883 Kind regards, Ben. On 17/10/15 14:35, Jared Erickson wrote: > Even after adding the mirror from the blog post and deleting all > 15-SNAPSHOT folders from my local repository, maven will only download jars > from 10/06/2015. I tried adding a -U to my mvn clean install command with > no luck. GeoScript Groovy uses maven, so Ivy isn't involved. Shouldn't > the maven-metdata.xml list the most recent snapshot date? > > Thanks, > Jared > > > On Fri, Oct 16, 2015 at 3:12 PM, Jody Garnett <[email protected]> > wrote: > >> Hello Jared: >> >> We recently changed to artifiactory online (repo.boundlessgeo.com/main is >> a redirect). We have found that some build tools (such as ivy) do not >> handle the redirect well. See the recent blog post >> <http://blog.geoserver.org/2015/09/29/new-repository-and-release-delay/> >> for details, you may wish to try going direct and see if geoscript groovy >> fairs better? >> >> Please report back as we are trying to sort these issues out promptly. >> >> -- >> Jody Garnett >> >> On 16 October 2015 at 13:47, jerickson <[email protected]> wrote: >> >>> Hi all, >>> >>> I have been trying to use the OffsetCurveBuilder and LineSymbolizer >>> perpendicular offset support in that Andrea added recently, but can't seem >>> to get maven to grab the most recent snapshots. The snapshot repo is >>> still >>> http://repo.boundlessgeo.com/main right? According to >>> >>> https://boundless.artifactoryonline.com/boundless/main/org/geotools/gt-main/15-SNAPSHOT/maven-metadata.xml >>> the most recent snapshot is 20151006.095500 when it should be >>> 20151016.094930. When I try to build GeoScript Groovy which depends on >>> GeoTools 15-SNAPSHOT it is grabbing a jar from 10/06/2015. >>> >>> Thanks, >>> Jared >>> >>> >>> >>> -- >>> View this message in context: >>> http://osgeo-org.1560.x6.nabble.com/Snapshot-repo-tp5230757.html >>> Sent from the geotools-devel mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> GeoTools-Devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>> >> >> > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > GeoTools-Devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
