FIUS / ICGE2

Version 2 of the Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
5 stars 4 forks source link

Developers maven section #214

Open nk-coding opened 3 months ago

nk-coding commented 3 months ago

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>manfred@sonatype.com</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!

buehlefs commented 3 months ago

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>fabian.buehler@iaas.uni-stuttgart.de</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 commented 3 months ago

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>fabian.buehler@iaas.uni-stuttgart.de</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 commented 3 months ago
        <developer>
          <name>Tim Neumann</name>
          <email>tim.neumann@stuvus.uni-stuttgart.de</email>
          <organization>stuvus - Studierendenvertretung Uni Stuttgart</organization>
          <organizationUrl>https://stuvus.uni-stuttgart.de/</organizationUrl>
        </developer>