On Thu, 2004-05-27 at 09:36, Omair-Inam Abdul-Matin wrote: > Hi, > > I've made a bunch of upload requests to ibiblio with detailed enough > POMs that allow the libs to compile and I'm just wondering what specific > requirements must the POM satisfy.
Are you talking about a project that doesn't use maven as its build tool? If the project builds with maven the POM you provide should be fine. If you don't use maven then it would at least be nice to have the groupId artifactId name currentVersion dependencies I will add to the upload instructions. > Obviously transitive dependencies > support requires that I specify all dependencies of a library. But, > does the POM actually have to be able to compile the project? Yes, one would hope this is the case. Currently I am assuming the POM is intact and is correct. I do limited checking of the POM. > For one > of the projects I had to put a sourceModification element in to make it > compile... If you are using maven to build then give us the POM you're using. That's what we really want. > Omair > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
