Developer Tag in POM for submission to Maven Central

16 views
Skip to first unread message

Joel Weiser

unread,
Jul 9, 2019, 1:36:04 PM7/9/19
to OSSRH Users
Hello,

I am a developer on a project that will begin using Sonatype to submit Maven built jar artifacts to Maven Central.

For submission of a POM file, does the developer tag require the "name" and "e-mail" tags to be present or is it possible to use only the organization and organizationUrl?  For example:

    <developers>
       <developer>
           <organization>Our organization</organization>
           <organizationUrl>https://ourorganization.org</organizationUrl>
       </developer>
   </developers>

If this is not allowed, may we provide a mailing list instead for the "name" and "e-mail" tags rather than specifying one or more individual developers?  For example:

    <developers>
        <developer>
            <name>Our Organization Team</name>
            <email>he...@ourorganization.com</email>
            <organization>Our Organization</organization>
            <organizationUrl>https://ourorganization.org</organizationUrl>
        </developer>
    </developers>

Thanks,

Joel






Joel Orlina

unread,
Jul 9, 2019, 1:39:18 PM7/9/19
to OSSRH Users
It's been a while since I've dug into how the validation works specific to the <developer> requirements.  I believe that we explicitly scan for <name> and <email>, but your second proposal, where you provide the organization's information in those elements is perfectly acceptable.

Thanks,
Joel

--
You received this message because you are subscribed to the Google Groups "OSSRH Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ossrh-users...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/ossrh-users/fc790559-d812-4f0c-b435-afc3ca93ff58%40glists.sonatype.com.


--
Sonatype
Joel Orlina
Senior Java Developer
Phone: 301.244.9468

Joel Weiser

unread,
Jul 9, 2019, 1:41:15 PM7/9/19
to OSSRH Users
Great, thanks Joel!
To unsubscribe from this group and stop receiving emails from it, send an email to ossrh...@glists.sonatype.com.
Reply all
Reply to author
Forward
0 new messages