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]

Reply via email to