On Wed, 2005-10-19 at 13:00 +0200, Nicolas De Loof wrote: > I'm building a private repo with sun libs > > jaxrpc comes in JWSDK 1.6 as 3 libs (api, impl and spi) > on maven repo, there is a pom for jaxrpc-1.1, I supose this is for the > API jar.
You might want to take a peek in that JAR. I haven't looked I would assume that to be the case. But things like JavaMail have separate JARs but most people use the JAR that contains API and implementation code. So maybe the JAXRPC jar in our repo is like that. You would have to verify that. I don't know. > Other API are using the api-suffix in maven conventions > http://maven.apache.org/reference/standard-sun-jar-names.html > Why does some use "-api" and other not ? AFAIK sun jars allways come > with a spec API and a reference impl (?) If the JAR is purely API then I think the api suffix is more clear. So in your case we would have POMs for those three JARs. Our standard reference for SUN JARs is now here: http://maven.apache.org/maven2/guides/mini/guide-coping-with-sun- jars.html > Nico. > > This message contains information that may be privileged or confidential and > is the property of the Capgemini Group. It is intended only for the person to > whom it is addressed. If you are not the intended recipient, you are not > authorized to read, print, retain, copy, disseminate, distribute, or use > this message or any part thereof. If you receive this message in error, > please notify the sender immediately and delete all copies of this message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org the course of true love never did run smooth ... -- Shakespeare --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
