-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Integrate license-check-plugin #1103
Conversation
The license-check-plugin automatically generates a file of dependencies. The notice.md and release.md have been updated.
build/pom.xml
Outdated
<plugin> | ||
<groupId>org.eclipse.dash</groupId> | ||
<artifactId>license-tool-plugin</artifactId> | ||
<version>1.1.0</version> | ||
<executions> | ||
<execution> | ||
<id>license-check</id> | ||
<goals> | ||
<goal>license-check</goal> | ||
</goals> | ||
</execution> | ||
</executions> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whitespace looks a little odd.
build/pom.xml
Outdated
<pluginRepository> | ||
<id>dash-licenses-releases</id> | ||
<url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</pluginRepository> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd whitespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license-check-plugin automatically generates a file of dependencies. The notice.md and release.md have been updated.