David Delbecq schrieb:
> 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?

use
  <classifier>jdk15</classifier>
in the dependency declaration.

Regards, Simon



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to