-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Maven targets for OSGi compliant artifacts from Maven-Central
And add license compliance check workflow based on the reusable GitHub workflow provided by eclipse/dash-licenses.
- Loading branch information
1 parent
18216f4
commit ad09bb0
Showing
3 changed files
with
209 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted. | ||
|
||
name: License vetting status check | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'master' | ||
pull_request: | ||
branches: | ||
- 'master' | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
call-license-check: | ||
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master | ||
with: | ||
projectId: modeling.tmf.xtext | ||
secrets: | ||
gitlabAPIToken: ${{ secrets.XTEXT_GITLAB_API_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters