On 6/25/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
> * dependencies that are licensed & therefore not on ibiblio must be
> downloaded and manually placed in my own local repository, which maven
> automatically set up at the start. Should I try to follow the new M2
> structure? What would that group id and the dir structure be for
> javax.xml.bind.* or jaxb v1.0.5 for jaxb-api.jar, jaxb-impl.jar,
> jaxb-libs.jar and jaxb-xjc.jar? javax.xml.bind? I can't find any
> documentation that gives advice on this.

Ok, the best thing to do here is to report anything you can't find on
ibiblio. Even stuff that we can't distribute the binary for, we can
put up a POM for so that we can give a better error message, as you
saw with the jdbc example.

> * what do i do with the other xml related jars that come out of the Java
> Web Services Developer Pack's shared dir? namespace, relaxng, xsdlib?
> Same question as above I guess.

Yes, some of these probably are distributable and should be located
and uploaded.

> * on each licensed dependency, I make a *.pom file with minimal content
> and put it in the local repo - what is the minimal content? Can it be
> absolutely empty? I saw jdbc:jdbc:jdbc-2.0.pom on ibiblio. Are any more
> pom files going to be put on ibiblio? If so, again some advice would be
> good.

Please submit any you create to http://jira.codehaus.org/browse/MEV.
The JDBC one gives a good indication: group ID, artifact ID and
version are all that is needed to work, but to upload we'd like name,
description, download URL, and dependencies if it has any.

Thanks,
Brett

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

Reply via email to