Skip to content

Commit

Permalink
chore: add build block as surrounding
Browse files Browse the repository at this point in the history
  • Loading branch information
FaGru3n committed Dec 1, 2023
1 parent 2ef66ee commit d3773fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release/trg-7/trg-7-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Make sure to also include test dependencies. For a maven-based java project you
</pluginRepository>
</pluginRepositories>
<!-- other stuff -->
<build>
<plugin>
<groupId>org.eclipse.dash</groupId>
<artifactId>license-tool-plugin</artifactId>
Expand All @@ -91,6 +92,9 @@ Make sure to also include test dependencies. For a maven-based java project you
</execution>
</executions>
</plugin>
</build>


```

You then can invoke the plugin from command line as follows:
Expand Down

0 comments on commit d3773fe

Please sign in to comment.