Skip to content

Commit 1a34849

Browse files
authored
project: enable trimHeaderLine in license-maven-plugin (#208)
1 parent 5c4fa57 commit 1a34849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.codehaus.mojo</groupId>
226226
<artifactId>license-maven-plugin</artifactId>
227-
<version>1.14</version>
227+
<version>2.6.0</version>
228228
<executions>
229229
<execution>
230230
<id>first</id>
@@ -243,6 +243,7 @@
243243
<processStartTag>*****</processStartTag>
244244
<sectionDelimiter>-----</sectionDelimiter>
245245
<processEndTag>=====</processEndTag>
246+
<trimHeaderLine>true</trimHeaderLine>
246247
<roots>
247248
<root>src/main/java</root>
248249
<root>src/test/java</root>

0 commit comments

Comments
 (0)