diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-20 15:55:59 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-21 16:46:02 -0600 |
| commit | b3faccb3e3007ddfd41ef251ad8a925542fe2500 (patch) | |
| tree | c2389439b9d41193079daf29a7bb82b6127e1e88 /spec/unit | |
| parent | e1bb260b43763a36536b7d3fa4d73108ffb604d4 (diff) | |
Update maven/gradle offline tests
* Let maven figure out the version of the license plugin that it is compatible with
* Print the error when the setup fails
* Add tests for multiple versions of maven and java
* Install packages into a project specific directory to prevent cross test pollution
* Specify the list of supported Maven versions
* Update CHANGELOG and bump the version
Diffstat (limited to 'spec/unit')
| -rw-r--r-- | spec/unit/license/management/repository_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/license/management/repository_spec.rb b/spec/unit/license/management/repository_spec.rb index 5fa37e9..a391d09 100644 --- a/spec/unit/license/management/repository_spec.rb +++ b/spec/unit/license/management/repository_spec.rb @@ -35,6 +35,7 @@ RSpec.describe License::Management::Repository do ['Apache License v2.0', 'Apache-2.0'], ['COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0', 'CDDL-1.0'], ['Common Development and Distribution License 1.1', 'CDDL-1.1'], + ['CDDL 1.1', 'CDDL-1.1'], ['Apache Software License - Version 2.0', 'Apache-2.0'], ['ASF 2.0', 'Apache-2.0'], ['Eclipse Public License - v 1.0', 'EPL-1.0'], |
