File tree Expand file tree Collapse file tree 6 files changed +6
-223
lines changed Expand file tree Collapse file tree 6 files changed +6
-223
lines changed Original file line number Diff line number Diff line change 1- Swagger Core
1+ Swagger Core - ${pom.name}
22Copyright (c) 2015. SmartBear Software Inc.
3- Swagger Core is licensed under Apache 2.0 license.
3+ Swagger Core - ${pom.name} is licensed under Apache 2.0 license.
44Copy of the Apache 2.0 license can be found in `LICENSE` file.
Original file line number Diff line number Diff line change 1313 <build >
1414 <sourceDirectory >src/main/java</sourceDirectory >
1515 <defaultGoal >install</defaultGoal >
16- <resources >
17- <resource >
18- <directory >src/main/resources</directory >
19- <excludes >
20- <exclude >logback.xml</exclude >
21- </excludes >
22- </resource >
23- </resources >
24- <testResources >
25- <testResource >
26- <directory >src/test/resources</directory >
27- </testResource >
28- </testResources >
2916 <plugins >
3017 <plugin >
3118 <groupId >biz.aQute.bnd</groupId >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5757 <resources >
5858 <resource >
5959 <targetPath >META-INF</targetPath >
60- <directory >.</directory >
60+ <directory >../../../..</directory >
61+ <filtering >true</filtering >
6162 <includes >
6263 <include >NOTICE</include >
6364 <include >LICENSE</include >
Original file line number Diff line number Diff line change 6868 </resource >
6969 <resource >
7070 <targetPath >META-INF</targetPath >
71- <directory >.</directory >
71+ <directory >../..</directory >
72+ <filtering >true</filtering >
7273 <includes >
7374 <include >NOTICE</include >
7475 <include >LICENSE</include >
You can’t perform that action at this time.
0 commit comments