Skip to content

Commit 12ae4a1

Browse files
committed
correct license config
1 parent 3df398f commit 12ae4a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
<artifactId>license-maven-plugin</artifactId>
306306
<configuration>
307307
<verbose>false</verbose>
308+
<licenseName>gpl_v2</licenseName>
308309
</configuration>
309310
<executions>
310311
<execution>
@@ -315,12 +316,10 @@
315316
<phase>process-sources</phase>
316317
<configuration>
317318
<licenseName>gpl_v2</licenseName>
318-
<!--
319319
<roots>
320320
<root>src/main/java</root>
321321
<root>src/test/java</root>
322322
</roots>
323-
-->
324323
</configuration>
325324
</execution>
326325
</executions>

0 commit comments

Comments
 (0)