Clint Lewis a =E9crit :
> I have a dependancy in Geoserver in the <groupId>ki</groupId> group,=20
> but these dependancies are not in http://www.ibiblio.org/maven2/,
>=20
> Do I download these dependancies from=20
> http://www.ibiblio.org/maven/geoserver/ki/jars/ or remove the=20
> dependancies..
>=20
> I noticed that these dependancies are not in geotools?
>=20
> <dependency>
> <groupId>ki</groupId>
> <artifactId>ki-jzkit-z3950</artifactId>
> <version>X</version>
> </dependency>
I noticed that http://www.ibiblio.org/maven/geoserver/ki/jars/ is a Maven=
1 repository. If you are=20
building with Maven 2, we have a choice:
- We can upload this dependency in a Maven 2 repository (e.g. http://ma=
ven.geotools.fr/repository).
For now I'm the only one with write access in the above cited directo=
ry, but we probably can
(actually we *should*) give write access to more peoples if we get us=
ing this repository more
extensively.
- It is also possible to add an existing Maven 1 repository in a Maven =
2 project, and teach
Maven 2 that this repository is using the Maven 1 layout. I don't rem=
ember exactly the pom.xml
syntax for that, but I believe that it is something like <layout>lega=
cy</layout> in the
<repository> section. The http://maven.apache.org/guides/index.html s=
hould tells more.
Martin.
|