File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" ISO-8859-1" ?>
2+ <additionalHeaders >
3+ <javadoc_style >
4+ <firstLine >/*</firstLine >
5+ <beforeEachLine > * </beforeEachLine >
6+ <endLine > */</endLine >
7+ <!-- <afterEachLine></afterEachLine>-->
8+ <!-- skipLine></skipLine-->
9+ <firstLineDetectionPattern >(\s|\t)*/\*.*$</firstLineDetectionPattern >
10+ <lastLineDetectionPattern >.*\*/(\s|\t)*$</lastLineDetectionPattern >
11+ <allowBlankLines >false</allowBlankLines >
12+ <isMultiline >true</isMultiline >
13+ <padLines >false</padLines >
14+ </javadoc_style >
15+ </additionalHeaders >
Original file line number Diff line number Diff line change 453453 <groupId >com.mycila.maven-license-plugin</groupId >
454454 <artifactId >maven-license-plugin</artifactId >
455455 <configuration >
456- <header >src/etc/header.txt</header >
456+ <header >etc/header.txt</header >
457+ <headerDefinitions >
458+ <headerDefinition >etc/headerStyle.xml</headerDefinition >
459+ </headerDefinitions >
460+ <excludes >
461+ <exclude >**/README</exclude >
462+ <exclude >src/test/resources/**</exclude >
463+ <exclude >src/main/resources/**</exclude >
464+ </excludes >
457465 </configuration >
458466 </plugin >
459467 </plugins >
You can’t perform that action at this time.
0 commit comments