Skip to content

Commit

Permalink
LICENSE.txt is on top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Mar 1, 2013
1 parent 3b283b6 commit 810e075
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NCPPlugin/pom.xml
Expand Up @@ -84,13 +84,20 @@
<directory>../target</directory> <!-- Build it one level up, because it is the one we care about -->
<finalName>NoCheatPlus</finalName>
<resources>
<resource>
<targetPath>.</targetPath>
<filtering>true</filtering>
<directory>..</directory>
<includes>
<include>LICENSE.txt</include>
</includes>
</resource>
<resource>
<targetPath>.</targetPath>
<filtering>true</filtering>
<directory>src/main/resources</directory>
<includes>
<include>plugin.yml</include>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit 810e075

Please sign in to comment.