-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
EE12Jakarta EE12 release relatedJakarta EE12 release related
Description
Sections 4.a and 4.d of the Apache 2.0 license require that users who redistribute this library include the license and any notices. Most open source projects include these files in the JAR files, to make this requirement easy for users to fulfill. Something like this would do the trick:
<resources>
<resource>
<directory>src/main/xsd</directory>
</resource>
<resource>
<directory>${project.basedir}</directory>
<includes>
<include>license.txt</include>
<include>NOTICE.md</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
Metadata
Metadata
Assignees
Labels
EE12Jakarta EE12 release relatedJakarta EE12 release related