On Sun, 2004-06-13 at 08:57, Vincent Massol wrote: > Hi, > > I'm in the process of uploading the abbot jars on ibiblio. With the new > procedure I also need to upload some POM (please note that the abbot > build does not use maven). I've read > http://maven.apache.org/repository-upload.html but I still have a few > questions: > > 1/ Should there be a POM file per artifact? That sounds strange to me as > a POM is related to a project rather than an artifact but I've looked at > ibiblio/maven and it seems that's what's done in some cases (like > aspectj). I'd like confirmation.
The POM is related to a project which produces an artifact. I think maybe you're confusing that with a group like aspectj. Everytime anything is deployed to ibiblio a POM must be present. The bundle creating tool takes care of that for maven projects. > 2/ What is the minimal information the POM should contain. If it only > contains <dependencies> element + <id>/<name>/<groupId>, is it ok? Don't > tell me it requires a full POM! That would be as bad as lengthy as > mavenizing each project... Discussed on the list and I see that Carlos answered, feel free to place the information in the FAQ. > 3/ What name should the pom file(s) have? <project name>-<version>.pom? > If the project is not yet versioned, should SNAPSHOT be used? Just put it in as project.xml. The tool in maven-components/maven-meeper will take care of the rest. They are just shell scripts for now but a full blown app will come with m2 alpha 1. > 4/ Where is located the tool that will take an upload bundle (result of > create-upload-bundle)? I'd like to see what operations it does so that I > can deliver something equivalent or even better, use it... The new tool will use wagon so you'll want to coordinate with myself and Michal before starting anything. The shell scripts work perfectly fine for now and now that we have update JIRA on codehaus I can now use the xmlrpc interface. If you want to help with meeper just contact me offline and I can point you in the right direction if you want to help. > Thanks > -Vincent > > > --------------------------------------------------------------------- > 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]