diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000000000000000000000000000000000..5987884b23ee828a4863992c855ccc1c86c65d29 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,79 @@ +# Community Code of Conduct + +**Version 1.1 +October 21, 2019** + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to make participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all project spaces, and it also applies when +an individual is representing the project or its community in public spaces. +Examples of representing a project or community include using an official +project e-mail address, posting via an official social media account, or acting +as an appointed representative at an online or offline event. Representation of +a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at codeofconduct@eclipse.org. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..e448307a85e1332ae8856a05c1b6f7067ee7c0d5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,35 @@ +# Contributing to eclipsefdn-api-commons + +Thanks for your interest in this project. + +## Project description + +eclipsefdn-api-commons is a project to centralize common code used within Quarkus-based applications (such as persistence, and interacting with the current request) + +* https://gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-api-common + +## Developer resources + +The project maintains the following source code repositories + +* https://gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-api-common + +## Eclipse Contributor Agreement + +Before your contribution can be accepted by the project team contributors must +electronically sign the Eclipse Contributor Agreement (ECA). + +* http://www.eclipse.org/legal/ECA.php + +Commits that are provided by non-committers must have a Signed-off-by field in +the footer indicating that the author is aware of the terms by which the +contribution has been provided to the project. The non-committer must +additionally have an Eclipse Foundation account and must have a signed Eclipse +Contributor Agreement (ECA) on file. + +For more information, please see the Eclipse Committer Handbook: +https://www.eclipse.org/projects/handbook/#resources-commit + +## Contact + +Contact the Eclipse Foundation Webdev team via webdev@eclipse-foundation.org. diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000000000000000000000000000000000000..887ff7a33a205d75ef0103259e9161fa1e3f365d --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,56 @@ +# Notices for react-eclipsefdn-members + +This content is produced and maintained by the Eclipse Foundation. Trademarks are the property of their respective owners. + +* Project home: https://gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-api-common + +## Trademarks + +* Eclipse® is a Trademark of the Eclipse Foundation, Inc. +* Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. + +SPDX-License-Identifier: EPL-2.0 + +## Source Code + +The project maintains the following source code repositories: + +* https://gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-api-common + +## Third-party Content + +### Quarkus (^1.9.2) + +* License: The Apache-2.0 License (APL-2.0) + +### Apache commons-lang3 (^3.9) + +* License: The Apache-2.0 License (APL-2.0) + +### Lucene Core (8.5.2) + +* License: The Apache-2.0 License (APL-2.0) + +### Lucene Queries (8.5.2) + +* License: The Apache-2.0 License (APL-2.0) + +### Apache Solr Solrj (8.4.1) + +* License: The Apache-2.0 License (APL-2.0) + +### JBoss Log Manager (2.1.14.Final) + +* License: The Apache-2.0 License (APL-2.0) diff --git a/pom.xml b/pom.xml index 03f0dc7a730416411cd346d37f9d81f04dfd8e3b..89a73124f14b2dc7ff27a6229219bb71d7748868 100644 --- a/pom.xml +++ b/pom.xml @@ -16,12 +16,6 @@ <maven.compiler.target>11</maven.compiler.target> <maven.compiler.parameters>true</maven.compiler.parameters> <compiler-plugin.version>3.8.1</compiler-plugin.version> - <sonar.sources>src/main</sonar.sources> - <sonar.tests>src/test</sonar.tests> - <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> - <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <sonar.jacoco.reportPaths>${project.build.directory}/jacoco-report</sonar.jacoco.reportPaths> - <sonar.junit.reportPath>${project.build.directory}/surefire-reports</sonar.junit.reportPath> </properties> <distributionManagement> <repository>