En l'instant précis du 11/03/08 10:43, [EMAIL PROTECTED] s'exprimait en ces termes:
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]
Thank you. May i suggest this feature be documented in de <dependency> description of pom.xml? It's hard to guess that alone :)
http://maven.apache.org/pom.html#Dependencies

--
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