Skip to content

Commit

Permalink
[misc] The LICENCE file in the JARs (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmugra committed Jun 24, 2021
1 parent 8dec49d commit a81725a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 174 deletions.
29 changes: 0 additions & 29 deletions compiler/src/main/resources/META-INF/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions core/src/main/resources/META-INF/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions jasypt/src/main/resources/META-INF/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions json/src/main/resources/META-INF/LICENSE

This file was deleted.

24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,30 @@
</executions>
</plugin>

<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/target/classes/META-INF</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/../</directory>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

</plugins>

<pluginManagement>
Expand Down
29 changes: 0 additions & 29 deletions tests/src/main/resources/META-INF/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions toml/src/main/resources/META-INF/LICENSE

This file was deleted.

0 comments on commit a81725a

Please sign in to comment.