[
https://issues.apache.org/jira/browse/QUARKS-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215988#comment-15215988
]
ASF GitHub Bot commented on QUARKS-89:
--------------------------------------
Github user Cazen commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/50#discussion_r57720904
--- Diff: common-build.xml ---
@@ -137,7 +137,9 @@
</target>
<target name="jar" depends="compile">
-
+ <mkdir dir="${classes}/META-INF"/>
+ <copy file="${quarks.dir}/LICENSE"
tofile="${classes}/META-INF/LICENSE.txt"/>
--- End diff --
I'm sorry It's my mistake
> Add LICENSE and NOTICE files to jars when building.
> ---------------------------------------------------
>
> Key: QUARKS-89
> URL: https://issues.apache.org/jira/browse/QUARKS-89
> Project: Quarks
> Issue Type: Task
> Reporter: Daniel John Debrunner
> Assignee: Cazen Lee
>
> " For example, the Java artifact format is based on a compressed directory
> structure and those projects wishing to distribute jars must place LICENSE
> and NOTICE files in the META-INF directory within the jar."
> http://www.apache.org/dev/release.html#distribute-other-artifacts
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)