[ 
https://issues.apache.org/jira/browse/WHIRR-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated WHIRR-100:
----------------------------

    Attachment: WHIRR-100.patch

Here's a new patch. Many of the JARs include license files, which I believe is 
sufficient. (Detected with the following.)

{code}
mvn clean package assembly:directory
for f in 
target/whirr-0.2.0-incubating-SNAPSHOT/whirr-0.2.0-incubating-SNAPSHOT/lib/*; do
  echo $f;  
  jar tf $f | grep LICENSE;
done
{code}

For those that don't I've included the license in lib alongside the JAR where 
the license states that this is necessary.

> Create a binary distribution of Whirr
> -------------------------------------
>
>                 Key: WHIRR-100
>                 URL: https://issues.apache.org/jira/browse/WHIRR-100
>             Project: Whirr
>          Issue Type: New Feature
>          Components: core
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-100.patch, WHIRR-100.patch, WHIRR-100.patch, 
> WHIRR-100.patch, WHIRR-100.patch
>
>
> Currently we only release a source distribution and the CLI JAR. It would be 
> convenient to have a binary release that includes the binary JARs, and a 
> whirr script for invoking the CLI JAR.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to