We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a follow up to #4700 updating the pom.xml structure.
The original is:
<!-- TODO developer part--> <developers> <developer> <name/> <id/> <organization/> <organizationUrl/> <email/> <roles> <role/> </roles> <timezone/> </developer> </developers>
The following is removed from #4700 above:
<developers> <developer> <name>Christophe Mangeat</name> <id>cmangeat</id> <organization>camptocamp</organization> <organizationUrl>https://camptocamp.com</organizationUrl> <email>[email protected]</email> <roles> <role>Java Developer</role> </roles> <timezone>Europe/Paris</timezone> </developer> <developer> <name>Florent Gravin</name> <id>fgravin</id> <organization>camptocamp</organization> <organizationUrl>https://camptocamp.com</organizationUrl> <email>[email protected]</email> <roles> <role>Project Steering Committee</role> <role>Java Developer</role> </roles> <timezone>Europe/Paris</timezone> </developer> <developer> <name>Olivier Guyot</name> <id>jahow</id> <organization>camptocamp</organization> <organizationUrl>https://camptocamp.com</organizationUrl> <email>[email protected]</email> <roles> <role>Java Developer</role> </roles> <timezone>Europe/Paris</timezone> </developer> <developer> <name>Jody Garnett</name> <id>jodygarnett</id> <organization>GeoCat B.V.</organization> <organizationUrl>https://www.geocat.net</organizationUrl> <email>[email protected]</email> <roles> <role>Java Developer</role> <role>Maven Build</role> </roles> <timezone>America/Vancouver</timezone> </developer> <!-- TODO add developers, alphabetical by user name--> </developers>
The text was updated successfully, but these errors were encountered:
A couple more requests:
Sorry, something went wrong.
You can probably take the list from https://geonetwork-opensource.org/manuals/trunk/en/overview/authors.html
No branches or pull requests
This is a follow up to #4700 updating the pom.xml structure.
The original is:
The following is removed from #4700 above:
The text was updated successfully, but these errors were encountered: