Skip to content

Commit 52ded7f

Browse files
cpovirkJimfs Team
authored andcommitted
Include LICENSE in the generated jar under META-INF.
See google/guava#6468 and google/guava#6477. RELNOTES=n/a PiperOrigin-RevId: 530400894
1 parent 3d2eec6 commit 52ded7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jimfs/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@
8282
</dependencies>
8383

8484
<build>
85+
<resources>
86+
<resource>
87+
<directory>..</directory>
88+
<includes>
89+
<include>LICENSE</include>
90+
</includes>
91+
<targetPath>META-INF</targetPath>
92+
</resource>
93+
</resources>
8594
<plugins>
8695
<plugin>
8796
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)