On 28 February 2011 02:17, Peter Niederwieser <[email protected]> wrote:
> According to (1), every POM must have elements like <licenses>, <scm> and > <developers>. So far I've always put such information into the parent only. > Are the inherited values correct? specifically are the inherited scm url's correct? mvn help:effective-pom | sed -n -e "/<scm>/,/<\/scm>p" if the inherited values are correct then you can leave them inherited, otherwise re-populate Is this good enough, or do you expect us to physically put this information > into every single POM? > You would also need to check with your sychronization provider to see if they have any additional requirements that they enforce. -Stephen > > Cheers, > Peter > > (1) > > https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-6.CentralSyncRequirement > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Clarification-on-Central-Sync-Requirements-tp3402730p3402730.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
