You must specify the classifier in your dependency (jdk14 or jdk15). Jeff MAURY
On Tue, Mar 11, 2008 at 10:28 AM, David Delbecq <[EMAIL PROTECTED]> wrote: > Hello, > > If you look at > http://repo1.maven.org/maven2/fop/fop/0.93/ > > You will see 2 jars for fop 0.93, one build on jdk15 et one on jdk14. > How do i tell maven that there is such variation? > > Using: > > <dependency> > <groupId>fop</groupId> > <artifactId>fop</artifactId> > <version>0.93-jdk14</version> > </dependency> > brings "Downloading: > http://repo1.maven.org/maven2/fop/fop/0.93-jdk14/fop-0.93-jdk14.jar" > which does not work > > Using > <dependency> > <groupId>fop</groupId> > <artifactId>fop</artifactId> > <version>0.93</version> > </dependency> > > brings "Downloading: > http://repo1.maven.org/maven2/fop/fop/0.93/fop-0.93.jar" which also fails. > > Since it's in the "official" maven repository, i suppose there i a way > to get it, but how? > > thanks for help, this is blocking me! > > -- > David Delbecq > Institut Royal Météorologique > Ext:557 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com
