Skip to content

Commit

Permalink
[#111] Configure dash license tool
Browse files Browse the repository at this point in the history
* fix folder name
* add dash-licenses plugin repository
* switch to direct call and temporary disable
  • Loading branch information
ruspl-afed committed Feb 27, 2024
1 parent 8d04bf3 commit 0dc44d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dash-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: License check
run: |
mvn -U -V -e -B -ntp org.eclipse.dash:license-tool-plugin:license-check --file pom.xml
run:
echo "we need to solve problem with jazzy first"
# mvn -U -V -e -B -ntp org.eclipse.dash:license-tool-plugin:license-check --file pom.xml
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017 Torkild U. Resheim. All rights reserved.
Copyright (c) 2017, 2024 Torkild U. Resheim and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this
distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
Contributors:
Torkild U. Resheim - initial API and implementation
Alexander Fedorov (ArSysOp) - further support
-->

<project
Expand All @@ -32,6 +33,10 @@
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
<pluginRepository>
<id>eclipse-dash</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses/</url>
</pluginRepository>
</pluginRepositories>

<build>
Expand Down

0 comments on commit 0dc44d0

Please sign in to comment.