opengeospatial / teamengine-docker

7 stars 21 forks source link

Repository with OGC depdencies #26

Closed aaime closed 5 years ago

aaime commented 5 years ago

Trying to build the "all" module I get this:

62260 [ERROR] Failed to execute goal on project teamengine-ets-all: Could not resolve dependencies for project org.opengis.cite:teamengine-ets-all:pom:1.0-SNAPSHOT: The following artifacts could not be resolved: org.opengis.cite:ets-wcs10:zip:ctl:1.13, org.opengis.cite:ets-wcs10:zip:deps:1.13, org.opengis.cite:ets-wcs11:zip:ctl:1.12, org.opengis.cite:ets-wcs20:zip:ctl:1.12, org.opengis.cite:ets-wfs10:zip:ctl:1.12, org.opengis.cite:ets-wfs10:zip:deps:1.12, org.opengis.cite:ets-wfs11:zip:ctl:1.32, org.opengis.cite:ets-wfs11:zip:deps:1.32, org.opengis.cite:ets-wms11:zip:ctl:1.16, org.opengis.cite:ets-wms11:zip:deps:1.16, org.opengis.cite:ets-wmts10:zip:ctl:1.1, org.opengis.cite:ets-csw20:zip:ctl:1.17, org.opengis.cite:ets-cat30:zip:ctl:1.1, org.opengis.cite:ets-cat30:zip:deps:1.1, org.opengis.cite:ets-gml32:zip:ctl:1.25, org.opengis.cite:ets-gml32:zip:deps:1.25, org.opengis.cite:ets-gpkg10:zip:ctl:1.0, org.opengis.cite:ets-gpkg10:zip:deps:1.0, org.opengis.cite:ets-gpkg12:zip:ctl:0.3, org.opengis.cite:ets-gpkg12:zip:deps:0.3, org.opengis.cite:ets-kml22:zip:ctl:1.12, org.opengis.cite:ets-kml22:zip:deps:1.12, org.opengis.cite:ets-kml2:zip:ctl:0.5, org.opengis.cite:ets-kml2:zip:deps:0.5, org.opengis.cite:ets-owc10:zip:ctl:0.1, org.opengis.cite:ets-owc10:zip:deps:0.1, org.opengis.cite:ets-sensorml10:zip:ctl:0.8, org.opengis.cite:ets-sensorml20:zip:ctl:0.8, org.opengis.cite:ets-sensorml20:zip:deps:0.8, org.opengis.cite:ets-sfs11:zip:ctl:1.6, org.opengis.cite:ets-sfs12:zip:ctl:1.4, org.opengis.cite:ets-sos10:zip:ctl:1.13, org.opengis.cite:ets-sos20:zip:ctl:1.13, org.opengis.cite:ets-sps10:zip:ctl:1.7, org.opengis.cite:ets-sps20:zip:ctl:1.10, org.opengis.cite:ets-sta10:zip:ctl:1.0, org.opengis.cite:ets-sta10:zip:deps:1.0, org.opengis.cite:ets-wms-client13:zip:ctl:1.3, org.opengis.cite:ets-wms-client13:zip:deps:1.3, org.opengis.cite:ets-wps10:zip:ctl:0.6, org.opengis.cite:ets-wfs20-dgiwg:zip:ctl:0.4, org.opengis.cite:ets-wfs20-dgiwg:zip:deps:0.4, org.opengis.cite:ets-wms13-dgiwg:zip:ctl:0.4, org.opengis.cite:ets-wms13-dgiwg:zip:deps:0.4, org.opengis.cite:ets-cat20-dgiwg10:zip:ctl:0.1-SNAPSHOT, org.opengis.cite:ets-cat20-dgiwg10:zip:deps:0.1-SNAPSHOT, org.opengis.cite:ets-wfs20-nsg:zip:ctl:0.3, org.opengis.cite:ets-wfs20-nsg:zip:deps:0.3, org.opengis.cite:ets-wmts10-nsg:zip:ctl:0.2, org.opengis.cite:ets-wmts10-nsg:zip:deps:0.2, org.opengis.cite:ets-wms13-nsg:zip:ctl:0.1, org.opengis.cite:ets-wms13-nsg:zip:deps:0.1: Could not find artifact org.opengis.cite:ets-wcs10:zip:ctl:1.13 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

I see the build is just trying to download from central... is there a third-party repository containing the depoloyed dependencies that this maven build could refer to?

dstenger commented 5 years ago

Yes, there are several test suite dependencies which are deployed to no repository. Thus, those dependencies have to be built manually (please see [1]).

However, we integrated deployment of artefacts to Central Maven Repository into release process again. So, all new releases can be found in Central Maven Repository again. Please see for details: https://search.maven.org/search?q=g:org.opengis.cite

[1] https://github.com/opengeospatial/teamengine-docker#dependencies