Skip to content

Commit

Permalink
chore: remove exclusions from license plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Jul 21, 2023
1 parent 67a9cf1 commit 073c6ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,7 @@
<licenseName>apache_v2</licenseName>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<excludes>
<exclude>**/font-awesome.css</exclude>
<exclude>**/jquery.orgchart.js</exclude>
<exclude>**/jquery.orgchart.min.js</exclude>
<exclude>**/jquery.orgchart.min.css</exclude>
<exclude>**/font-awesome.css</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -290,6 +287,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 073c6ae

Please sign in to comment.