-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Add NOTICE and LICENSE files in all generated JAR files. Use the maven resource plugin:
```xml
<resources>
<resource>
<directory>${basedir}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
```
---------------- Imported from GitHub ----------------
Url: https://github.com/julianhyde/optiq/issues/223
Created by: julianhyde
Labels:
Created at: Wed Apr 02 09:02:13 CEST 2014
State: closed