diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-03-20 10:31:37 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-03-20 10:31:37 +0000 |
| commit | d9ddfb4662dc3d9ba283e7832f6d1ec0e1451d25 (patch) | |
| tree | 417c4a313b1d6428c1a43f38278d2c828a36b293 /README.md | |
| parent | df97efaccfc0a5d4e3ef564e74c60987f65ff6fa (diff) | |
| parent | 43fec0e1e3151371929139c4f67c43e7f81f1a80 (diff) | |
Merge branch 'java-maven-multimodules' into 'master'v3.1.2
Detect all licenses for maven multi-module projects.
See merge request gitlab-org/security-products/license-management!123
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,16 +38,16 @@ You can then run License Management on some target directory: docker run --rm --volume "/path/to/my/project":/code license-management analyze /code ``` -You can run the tests using the following command: +You can run the tests from your host machine using the following command: ```sh ./bin/test ``` -It is much more efficient to run the tests from inside the docker container. This can be -accomplished by following these steps: +It is much more efficient to run the tests from inside the docker container: ```sh +./bin/docker-build ./bin/docker-shell cd /opt/license-management/ ./bin/test |
