blob: 5818e9863c4ff1e2c2a9d74fc7917daa5d0a7c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# GitLab License management changelog
## v1.2.3
- Add ability to configure the `mvn install` execution for Maven projects via `MAVEN_CLI_OPTS` (!24)
- Skip `"test"` phase by default when running `mvn install` for Maven projects (!24)
## v1.2.2
- Bump LicenseFinder to 5.6.2
## v1.2.1
- Better support for js npm projects (!14)
## v1.2.0
- Bump LicenseFinder to 5.5.2
## v1.1.0
- Allow `SETUP_CMD` to skip auto-detection of build tool
## v1.0.0
- Initial release
|