Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] POM developer section

+1

czw., 13 lip 2017 o 16:53 użytkownik Jens Reimann <jreimann@xxxxxxxxxx> napisał:
Hi,

here is a set of examples for the developers and organization sections of POM files:

Most projects have something like this for "organization":
---
<organization>
  <name>Eclipse.org</name>
  <url>http://www.eclipse.org</url>
</organization>
---

For developers the one I was looking for was (e.g. from the JDT project):

---
  <developers>
    <developer>
      <url>https://projects.eclipse.org/projects/eclipse.jdt.ui/who</url>
    </developer>
  </developers>
---

The URL points back to the list of comitters which are tracked by the Eclipse Foundation. So I think this is the way to go.

For Kapua this would be:

---
  <developers>
    <developer>
      <url>https://projects.eclipse.org/projects/iot.kapua/who</url>
    </developer>
  </developers>
---

Cheers

Jens

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill
_______________________________________________
kapua-dev mailing list
kapua-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kapua-dev
--

Back to the top