On 07/10/05, Russell, Mark <[EMAIL PROTECTED]> wrote: > That was similar to the route I was starting down. Specifically all the > jars the come from the jwsdp were going to end up in a jwsdp group. > > Primarily this was to ensure that everything from each jwsdp release > stays in one place, and it becomes very simple to determine where the > jars originally came from (important to me as I have to maintain the > repository myself). > > Of course to do it this way means deviating from what is documented at > http://maven.apache.org/reference/standard-sun-jar-names.html. (Though > I feel this doc is incomplete partly because it doesn't make any mention > of the jaxb stuff)
I guess my case is slightly different to yours since I'm using an impl (sjsxp) of a general api (stax), so the impl rightly belongs outside of the javax.* groups. For jaxb, I would have thought the api should live in javax.xml, with the jwsdp impl somewhere outside. Looking at the packages for the jwsdp impls, a group id of com.sun.xml looks sensible. We could then use the standard javax.* type group ids for the apis. What do the repo gatekeepers think? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
