Skip to content

Commit 6aa5f6d

Browse files
paodbjavier-godoy
authored andcommitted
chore: remove exclusions from license plugin
1 parent 1643b11 commit 6aa5f6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,7 @@
192192
<licenseName>apache_v2</licenseName>
193193
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
194194
<excludes>
195-
<exclude>**/font-awesome.css</exclude>
196-
<exclude>**/jquery.orgchart.js</exclude>
197-
<exclude>**/jquery.orgchart.min.js</exclude>
198-
<exclude>**/jquery.orgchart.min.css</exclude>
195+
<exclude>**/font-awesome.css</exclude>
199196
</excludes>
200197
</configuration>
201198
</plugin>
@@ -290,6 +287,7 @@
290287
</execution>
291288
</executions>
292289
</plugin>
290+
293291
<plugin>
294292
<groupId>org.apache.maven.plugins</groupId>
295293
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)