File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Add LICENSE.txt and NOTICE.txt to META-INF directory of generated JARs"
6
+ }
Original file line number Diff line number Diff line change 286
286
</sources >
287
287
</configuration >
288
288
</execution >
289
+ <execution >
290
+ <id >add-license-notice</id >
291
+ <phase >generate-sources</phase >
292
+ <goals >
293
+ <goal >add-resource</goal >
294
+ </goals >
295
+ <configuration >
296
+ <resources >
297
+ <resource >
298
+ <directory >${maven.multiModuleProjectDirectory} </directory >
299
+ <includes >
300
+ <include >LICENSE.txt</include >
301
+ <include >NOTICE.txt</include >
302
+ </includes >
303
+ <targetPath >META-INF</targetPath >
304
+ </resource >
305
+ </resources >
306
+ </configuration >
307
+ </execution >
289
308
</executions >
290
309
</plugin >
291
310
<plugin >
You can’t perform that action at this time.
0 commit comments