Skip to content

Commit e13647b

Browse files
committed
Include LICENSE.txt in the jar
1 parent 3525c16 commit e13647b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@
3939
<maven.compiler.target>1.8</maven.compiler.target>
4040
</properties>
4141

42+
<build>
43+
<resources>
44+
<!-- Include LICENSE.txt into META-INF in the JAR -->
45+
<resource>
46+
<directory>${basedir}</directory>
47+
<includes>
48+
<include>LICENSE.txt</include>
49+
</includes>
50+
<targetPath>META-INF</targetPath>
51+
</resource>
52+
</resources>
53+
</build>
54+
4255
<profiles>
4356
<profile>
4457
<id>release</id>

0 commit comments

Comments
 (0)