Skip to content

Commit

Permalink
License files should be included in the jar-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
thobe committed Apr 12, 2011
1 parent a140b31 commit 99dc324
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,14 @@ the relevant Commercial Agreement.
<resource>
<directory>${project.build.directory}/generated-sources</directory>
</resource>
<resource>
<directory>${basedir}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>NOTICE.txt</include>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>


Expand Down

0 comments on commit 99dc324

Please sign in to comment.