Skip to content

Commit

Permalink
Updated merge testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Aug 30, 2021
1 parent 3a2f047 commit a949dd6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 8 deletions.
43 changes: 39 additions & 4 deletions example/fixtures/merge/expected-artifact-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ yellowBlueRelease:
url: null
copyrightHolders: []
licenses: []
com.sun.istack:
- key: istack-commons-runtime
displayName: istack common utility code runtime
url: null
copyrightHolders: []
licenses: []
com.sun.xml.fastinfoset:
- key: FastInfoset
displayName: fastinfoset
url: null
copyrightHolders: []
licenses: []
com.xwray:
- key: groupie
displayName: Groupie
Expand Down Expand Up @@ -104,6 +116,18 @@ yellowBlueRelease:
licenses:
- new-dummy-license
keep: true
jakarta.activation:
- key: jakarta.activation-api
displayName: JavaBeans Activation Framework API jar
url: null
copyrightHolders: []
licenses: []
jakarta.xml.bind:
- key: jakarta.xml.bind-api
displayName: jakarta.xml.bind-api
url: null
copyrightHolders: []
licenses: []
javax.activation:
- key: activation
displayName: JavaBeans Activation Framework (JAF)
Expand Down Expand Up @@ -145,6 +169,17 @@ yellowBlueRelease:
url: null
copyrightHolders: []
licenses: []
org.glassfish.jaxb:
- key: jaxb-runtime
displayName: JAXB Runtime
url: null
copyrightHolders: []
licenses: []
- key: txw2
displayName: TXW2 Runtime
url: null
copyrightHolders: []
licenses: []
org.jetbrains:
- key: annotations
displayName: IntelliJ IDEA Annotations
Expand All @@ -156,12 +191,12 @@ yellowBlueRelease:
org.jvnet.staxex:
- key: stax-ex
displayName: Extended StAX API
url: http://stax-ex.java.net/
url: https://github.com/eclipse-ee4j/jaxb-stax-ex
copyrightHolders:
- Jitendra Kotamraju
- Martin Grebac
- Roman Grigoriadi
- Zheng Jun Li
licenses:
- Dual license consisting of the CDDL v1.1 and GPL v2@55
- Eclipse Distribution License - v 1.0@48
test:
junit:
- key: junit
Expand Down
6 changes: 3 additions & 3 deletions example/fixtures/merge/expected-license-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- key: Common Development and Distribution License (CDDL) v1.0@51
name: Common Development and Distribution License (CDDL) v1.0
url: https://glassfish.dev.java.net/public/CDDLv1.0.html
- key: Dual license consisting of the CDDL v1.1 and GPL v2@55
name: Dual license consisting of the CDDL v1.1 and GPL v2
url: https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
- key: Eclipse Distribution License - v 1.0@48
name: Eclipse Distribution License - v 1.0
url: http://www.eclipse.org/org/documents/edl-v10.php
- key: Mozilla Public License 1.1 (MPL 1.1)@39
name: Mozilla Public License 1.1 (MPL 1.1)
url: http://www.mozilla.org/MPL/MPL-1.1.html
Expand Down
5 changes: 4 additions & 1 deletion example/fixtures/merge/license-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
url: https://raw.githubusercontent.com/jmatsu/license-list-plugin/master/license-files/mit.txt
- key: new-dummy-license
name: Dummy License
url: http://example.com
url: http://example.com
- key: Eclipse Distribution License - v 1.0@48
name: Eclipse Distribution License - v 1.0
url: http://www.eclipse.org/org/documents/edl-v10.php

0 comments on commit a949dd6

Please sign in to comment.