Closed rsignell-usgs closed 7 years ago
@rsignell-usgs yes, the thredds
artifact should now be tds
. No idea about the snapshots, but I'd go ahead and use the 4.6.8
release artifacts.
Switching everything that said blah-blah-SNAPSHOT
to 4.6.8
and changing thredds
to tds
, I now only get ONE error!
[ERROR] Failed to execute goal on project ncISO:
Could not resolve dependencies for project isoConverter:ncISO:jar:1.2.1:
Could not find artifact edu.ucar:tds:jar:4.6.8 in unidata-releases
(https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/) -> [Help 1]
The "thredds" part of pom.xml
looks like this now. Shouldn't that work?
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>tds</artifactId>
<version>4.6.8</version>
<scope>compile</scope>
</dependency>
My bad - give thredds-parent
a try instead of tds
.
@lesserwhirls , ooh, now that you've fixed the pom.xml on ThreddsISO, can you fix the pom.xml for the standalone version here? https://github.com/noaaroland/uafnciso/blob/master/pom.xml
BTW, switching to thredds-parent
gave basically the same error:
[ERROR] Failed to execute goal on project ncISO:
Could not resolve dependencies for project isoConverter:ncISO:jar:1.2.1:
Could not find artifact edu.ucar:thredds-parent:jar:4.6.8 in unidata-releases
(https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/) -> [Help 1]
Sure thing. Just made a PR.
I updated the pom myself. Thanks.
I tried building this with maven and it failed:
The error is with failed dependencies:
likely because none of these snapshots exist anymore?
The artifacts in there are at 4.6.8....
And after we fix the version problem, I see there is a dependency on
thredds
, which I don't see any more at: https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/edu/ucar/@lesserwhirls, did
thredds
becometds
?