From 1d53c3add88d226c674cc784b3fd584dad9a4d4d Mon Sep 17 00:00:00 2001 From: Fabian Gruen Date: Mon, 27 Nov 2023 14:24:37 +0100 Subject: [PATCH 1/3] chore: update DASH license Plugin config + fix typo --- docs/release/trg-7/trg-7-04.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/release/trg-7/trg-7-04.md b/docs/release/trg-7/trg-7-04.md index 20a77a1e736..b48cf113965 100644 --- a/docs/release/trg-7/trg-7-04.md +++ b/docs/release/trg-7/trg-7-04.md @@ -27,7 +27,7 @@ All third-party content has to be checked and approved by the Eclipse Foundation - Creating an IP issue manually (e.g. fonts, images, ...) - Using the Eclipse Dash License Tool to creat IP issues in an automated way (libraries) -All third party content used has to be documented in the NOTICE file or in the DEPENDENCY file. [Further information](/docs/release/trg-7/trg-7-01) +All third party content used has to be documented in the NOTICE file or in the DEPENDENCY file. [Further information](/docs/release/trg-7/trg-7-01.md) :::info @@ -41,7 +41,7 @@ You can request the status of your used libraries via the [Dash Licence Tool](ht **Steps:** -- Download the lastest version: README => Get It => Download Link +- Download the latest version: README => Get It => Download Link - For every repository / technology: - Create the list of transitive dependencies, see the README - Run the Dash Tool with the parameters "-project automotive.tractusx" and "-summary DEPENDENCIES" (or use the maven plugin) @@ -57,13 +57,13 @@ You can request the status of your used libraries via the [Dash Licence Tool](ht **Example usage:** -Make sure to also include test dependencies. For a maven-based java project you can configure the maven plugin as follows to include test-depenencies: +Make sure to also include test dependencies. For a maven-based java project you can configure the maven plugin as follows to include test-dependencies: ``` xml - dash-licenses-snapshots - https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/ + dash-licenses + https://repo.eclipse.org/content/repositories/dash-licenses/ true @@ -73,8 +73,8 @@ Make sure to also include test dependencies. For a maven-based java project you org.eclipse.dash license-tool-plugin - - 1.0.3-SNAPSHOT + + 1.0.2 automotive.tractusx @@ -109,7 +109,7 @@ mvn org.eclipse.dash:license-tool-plugin:license-check ### Checking other content (fonts, images, ...) -Other 3rd party content, e.g. fonts, icons, images has also to be approved by the Eclipse Foundation IP Team. See [here](/docs/oss/issues#eclipse-gitlab-ip-issue-tracker) for more information to create a IP issue manually. +Other 3rd party content, e.g. fonts, icons, images has also to be approved by the Eclipse Foundation IP Team. See [here](/docs/oss/issues#eclipse-gitlab-ip-issue-tracker) for more information to create an IP issue manually. If the content is approved add the information to the NOTICE file. From 2ef66ee1b46686ace7ae6e8e62b32182c5caf8a0 Mon Sep 17 00:00:00 2001 From: Fabian Gruen Date: Mon, 27 Nov 2023 15:31:45 +0100 Subject: [PATCH 2/3] chore: indent plugin section in example --- docs/release/trg-7/trg-7-04.md | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/release/trg-7/trg-7-04.md b/docs/release/trg-7/trg-7-04.md index b48cf113965..1081021b5e7 100644 --- a/docs/release/trg-7/trg-7-04.md +++ b/docs/release/trg-7/trg-7-04.md @@ -70,27 +70,27 @@ Make sure to also include test dependencies. For a maven-based java project you - - org.eclipse.dash - license-tool-plugin - - 1.0.2 - - automotive.tractusx - - DEPENDENCIES - - test - - - - license-check - - license-check - - - - + + org.eclipse.dash + license-tool-plugin + + 1.0.2 + + automotive.tractusx + + DEPENDENCIES + + test + + + + license-check + + license-check + + + + ``` You then can invoke the plugin from command line as follows: From d3773fefd97dfdb7884a3a5f868d618ae6640efd Mon Sep 17 00:00:00 2001 From: Fabian Gruen Date: Fri, 1 Dec 2023 11:32:17 +0100 Subject: [PATCH 3/3] chore: add build block as surrounding --- docs/release/trg-7/trg-7-04.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release/trg-7/trg-7-04.md b/docs/release/trg-7/trg-7-04.md index 1081021b5e7..375ad562ae6 100644 --- a/docs/release/trg-7/trg-7-04.md +++ b/docs/release/trg-7/trg-7-04.md @@ -70,6 +70,7 @@ Make sure to also include test dependencies. For a maven-based java project you + org.eclipse.dash license-tool-plugin @@ -91,6 +92,9 @@ Make sure to also include test dependencies. For a maven-based java project you + + + ``` You then can invoke the plugin from command line as follows: