-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added docs/dev.md with instructions on updating dependencies f…
…iles
- Loading branch information
1 parent
a4c2fd8
commit 4c9e8a5
Showing
1 changed file
with
12 additions
and
0 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,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. |