We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b363bb3 commit 2a8ca99Copy full SHA for 2a8ca99
pom.xml
@@ -148,6 +148,14 @@
148
<directory>${project.basedir}/src/main/resources</directory>
149
<filtering>true</filtering>
150
</resource>
151
+
152
+ <resource>
153
+ <directory>.</directory>
154
+ <targetPath>META-INF</targetPath>
155
+ <includes>
156
+ <include>LICENSE.txt</include>
157
+ </includes>
158
+ </resource>
159
</resources>
160
161
<pluginManagement>
0 commit comments