Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developers maven section #214

Open
nk-coding opened this issue Jun 27, 2024 · 3 comments
Open

Developers maven section #214

nk-coding opened this issue Jun 27, 2024 · 3 comments
Assignees

Comments

@nk-coding
Copy link
Collaborator

I was asked to publish this library to maven central to make it more easily accessible.
One of the requirements of maven central is to have a developers section in the pom.xml.
Thus, I want to ask who wants to be added to this section (in particular @neumantm @mee4895 @buehlefs @graefjk @ruffdd ).
If you want to be added, please reply with an xml which looks like this:

    <developer>
      <name>Manfred Moser</name>
      <email>[email protected]</email>
      <organization>Sonatype</organization>
      <organizationUrl>http://www.sonatype.com</organizationUrl>
    </developer>

(If you don't want to be added I would still appreciate a reply)
While having one entry is sufficient, I would like if at least one of the main developers would be willing to be added there.
However, note: this information is publicly available!

@nk-coding nk-coding self-assigned this Jun 27, 2024
@buehlefs
Copy link
Collaborator

Are there any requirements about the E-Mail addresses? Because my work E-Mail most likely will not be available long term and I don't want to use my private E-Mail.

    <developer>
      <name>Fabian Bühler</name>
      <email>[email protected]</email>
      <organization>University of Stuttgart - Institute of Architecture of Application Systems</organization>
      <organizationUrl>https://www.iaas.uni-stuttgart.de/en/institute/</organizationUrl>
    </developer>

@nk-coding
Copy link
Collaborator Author

Are there any requirements about the E-Mail addresses? Because my work E-Mail most likely will not be available long term and I don't want to use my private E-Mail.

    <developer>
      <name>Fabian Bühler</name>
      <email>[email protected]</email>
      <organization>University of Stuttgart - Institute of Architecture of Application Systems</organization>
      <organizationUrl>https://www.iaas.uni-stuttgart.de/en/institute/</organizationUrl>
    </developer>

There are no requirements, afaik it's never verified (probably only needs to be syntactically correct).
Although it would probably be appropriated to update it when there is a new work mail address

@neumantm
Copy link
Member

neumantm commented Jun 30, 2024

        <developer>
          <name>Tim Neumann</name>
          <email>[email protected]</email>
          <organization>stuvus - Studierendenvertretung Uni Stuttgart</organization>
          <organizationUrl>https://stuvus.uni-stuttgart.de/</organizationUrl>
        </developer>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants