Hi Albert, We currently validate that signatures are present and valid for artifacts. Most of that process is covered in the documents here: http://nexus.sonatype.org/oss-repository-hosting.html#7
In the future we will hopefully be able to validate poms and other content more thoroughly, but for now it's a manual scan of the pom before the sync is turned on or the jars are loaded. On Thu, Sep 17, 2009 at 10:13 AM, Albert Kurucz <[email protected]> wrote: > Hi, > > I have a project with builds with Maven. > My goal is to see my project on Central. > > There is a nice guide at > http://maven.apache.org/guides/mini/guide-central-repository-upload.html > which tells me the requirements. > > Is there any Report plugin out there, which would check all the > requirements for Central? > If there is no such Report plugin, where is the actual script which > handles the verifications and handles the uploads. I cannot believe > projects are checked manually. > > I have another problem, "Guide to uploading artifacts to the Central > Repository" does not specify requirements for multi-module Maven > projects. > > Many of the project's POM configurations are inherited by the modules > of the project. > It is unspecified by this guide, whether the modules POMs also need to > specify those settings explicitly or not, in case the developers' > intention is to release those on Central. > > I have made this questions also to > http://jira.codehaus.org/browse/MNG-4362 > > Thanks, > Al > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
