add licenses to jar meta-inf
This commit is contained in:
parent
a426573b6e
commit
5e8c377a9e
|
@ -376,6 +376,11 @@
|
|||
<attribute name="Built-By" value="${user.name}"/>
|
||||
<attribute name="Main-Class" value="com.oracle.avatar.js.Server"/>
|
||||
</manifest>
|
||||
<metainf dir=".">
|
||||
<include name="LICENSE"/>
|
||||
<include name="THIRD_PARTY_README"/>
|
||||
<include name="CONTRIBUTORS"/>
|
||||
</metainf>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue