[geotk] Geotk on GeoAPI 3.0, temporary deployment
Martin Desruisseaux
martin.desruisseaux at geomatys.fr
Mon May 23 10:43:47 EDT 2011
Hello all
We are still waiting for OGC to sign the GeoAPI JAR file before we can deploy
it, together with Geotk, to Maven Central repository. However in the main time,
the following temporary repository can be used (note for Brian: it should
include the fix for the compilation error you reported - feedbacks are appreciated)
<repositories>
<repository>
<id>nexus</id>
<name>Nexus staging repository (temporary)</name>
<url>https://oss.sonatype.org/content/repositories/orggeotoolkit-203/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.geotoolkit</groupId>
<artifactId>geotk-referencing</artifactId>
<version>3.17-geoapi-3.0</version>
</dependency>
</dependencies>
Note that this is a temporary repository, to be deleted after GeoAPI and Geotk
have been pushed to Maven central.
Note also that those "Geotk on GeoAPI" artifacts contains only the Geotk modules
which implement GeoAPI interfaces approved by OGC, namely mostly "metadata" and
"referencing" modules. Other modules like "coverages" which implement pending
GeoAPI interfaces are still for now available only on Geotk trunk, and are
unavailable on the above-repository to be pushed to Maven central.
Regards,
Martin
More information about the Geotoolkit
mailing list