File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (C) ${project.inceptionYear} ${owner}
1
+ Copyright (C) Java Operator SDK authors
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 361
361
</execution >
362
362
</executions >
363
363
</plugin >
364
-
364
+ <plugin >
365
+ <groupId >com.mycila</groupId >
366
+ <artifactId >license-maven-plugin</artifactId >
367
+ <version >5.0.0</version >
368
+ <configuration >
369
+ <aggregate >true</aggregate >
370
+ <licenseSets >
371
+ <licenseSet >
372
+ <header >license-header.txt</header >
373
+ <excludes >
374
+ <exclude >**/.idea</exclude >
375
+ <exclude >.idea</exclude >
376
+ <exclude >license-header.txt</exclude >
377
+ <exclude >OWNERS</exclude >
378
+ <exclude >.mvn/**/*</exclude >
379
+ <exclude >mvnw</exclude >
380
+ <exclude >mvnw.cmd</exclude >
381
+ </excludes >
382
+ </licenseSet >
383
+ </licenseSets >
384
+ <mapping >
385
+ <go >JAVADOC_STYLE</go >
386
+ <svg >XML_STYLE</svg >
387
+ <Makefile >SCRIPT_STYLE</Makefile >
388
+ </mapping >
389
+ </configuration >
390
+ </plugin >
365
391
</plugins >
366
392
</build >
367
393
<profiles >
You can’t perform that action at this time.
0 commit comments