Skip to content

Commit 7dfebf0

Browse files
cpovirkEscapeVelocity Team
authored andcommitted
Include LICENSE in the generated jar under META-INF.
See google/guava#6468 and google/guava#6477. I cowardly did not look into Auto and its many pom.xml files. And I gave up on jimfs when its jar didn't end up containing the license... maybe somehow related to how it has other files autogenerated into `META-INF`?? RELNOTES=n/a PiperOrigin-RevId: 530400894
1 parent d904216 commit 7dfebf0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
</dependencies>
8080

8181
<build>
82+
<resources>
83+
<resource>
84+
<directory>.</directory>
85+
<includes>
86+
<include>LICENSE</include>
87+
</includes>
88+
<targetPath>META-INF</targetPath>
89+
</resource>
90+
</resources>
8291
<plugins>
8392
<plugin>
8493
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)