Thanks for your interest in this project.
Eclipse Dash is a place where the community itself collaborates on tools for community awareness and collaboration in support of our ultimate objective of committer quality and cooperation.
Information regarding source code management, builds, coding standards, and more.
In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA).
The ECA provides the Eclipse Foundation with a permanent record that you agree that each of your contributions will comply with the commitments documented in the Developer Certificate of Origin (DCO). Having an ECA on file associated with the email address matching the "Author" field of your contribution's Git commits fulfills the DCO's requirement that you sign-off on your contributions.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
The project uses standard Maven to build.
The project uses Java 11 language features. Java 11 or greater is required.
From the root:
$ mvn clean install
The build generates:
- a shaded JAR,
./core/target/org.eclipse.dash.licenses-<version>.jar
that contains everything that is required to run from the command line; and - a Maven plugin,
org.eclipse.dash:license-tool-plugin:license-check
.
Contact the project developers via the project's "dev" list.