File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 8484 <encoding >${project.build.sourceEncoding} </encoding >
8585 </configuration >
8686 </plugin >
87+ <plugin >
88+ <groupId >org.codehaus.mojo</groupId >
89+ <artifactId >license-maven-plugin</artifactId >
90+ <version >1.4</version >
91+ <configuration >
92+ <verbose >false</verbose >
93+ <addJavaLicenseAfterPackage >false</addJavaLicenseAfterPackage >
94+ </configuration >
95+ <executions >
96+ <execution >
97+ <id >first</id >
98+ <goals >
99+ <goal >update-file-header</goal >
100+ </goals >
101+ <phase >process-sources</phase >
102+ <configuration >
103+ <licenseName >lgpl_v2_1</licenseName >
104+ <roots >
105+ <root >src/main/java</root >
106+ </roots >
107+ </configuration >
108+ </execution >
109+ </executions >
110+ </plugin >
87111 </plugins >
88112 </build >
89113 <properties >
You can’t perform that action at this time.
0 commit comments