Skip to content

Commit

Permalink
Adding LICENSE to all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Apr 1, 2016
1 parent f7817f0 commit 53507d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,18 @@
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
</build>

<repositories>
Expand Down

0 comments on commit 53507d5

Please sign in to comment.