Skip to content

Commit

Permalink
chore: added docs/dev.md with instructions on updating dependencies f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
eschrewe committed Sep 28, 2023
1 parent b1f3dc4 commit f1d5b10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backend/docs/dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Keeping dependencies-files up to date
### Backend

Navigate to the ./backend folder and run:
```
mvn org.eclipse.dash:license-tool-plugin:license-check
cp DEPENDENCIES ../DEPENDENCIES_BACKEND
```
The first line runs the maven license tool with the parameters specified in the
./backend/pom.xml and produces a DEPENDENCIES file in the ./backend folder.
Then this file gets copied to the PURIS-project root folder under the name DEPENDENCIES_BACKEND.
Both files should be updated prior to any pull request.

0 comments on commit f1d5b10

Please sign in to comment.