Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED4BF1760A for ; Mon, 14 Sep 2015 00:51:45 +0000 (UTC) Received: (qmail 33889 invoked by uid 500); 14 Sep 2015 00:51:45 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 33839 invoked by uid 500); 14 Sep 2015 00:51:45 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 33826 invoked by uid 99); 14 Sep 2015 00:51:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 00:51:45 +0000 Date: Mon, 14 Sep 2015 00:51:45 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (ACCUMULO-3993) correct license and notice files in javadoc jars MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened ACCUMULO-3993: ----------------------------------- Yeah, accumulo-server's javadoc LICENSE is wrong because it references jquery and that isn't present. {code} busbey2-MBA:accumulo busbey$ cd server/target/ busbey2-MBA:target busbey$ mkdir unpack busbey2-MBA:target busbey$ cd unpack/ busbey2-MBA:unpack busbey$ jar xf ../ accumulo-server-1.5.4-SNAPSHOT-javadoc.jar classes/ maven-archiver/ accumulo-server-1.5.4-SNAPSHOT-sources.jar generated-sources/ maven-shared-archive-resources/ accumulo-server-1.5.4-SNAPSHOT.jar generated-test-sources/ test-classes/ apidocs/ javadoc-bundle-options/ unpack/ busbey2-MBA:unpack busbey$ jar xf ../accumulo-server-1.5.4-SNAPSHOT-javadoc.jar busbey2-MBA:unpack busbey$ ls -lah total 2432 drwxr-xr-x 18 busbey staff 612B Sep 13 19:49 . drwxr-xr-x 15 busbey staff 510B Sep 13 19:49 .. drwxr-xr-x 6 busbey staff 204B Sep 13 19:38 META-INF -rw-r--r-- 1 busbey staff 51K Sep 13 19:38 allclasses-frame.html -rw-r--r-- 1 busbey staff 45K Sep 13 19:38 allclasses-noframe.html -rw-r--r-- 1 busbey staff 33K Sep 13 19:38 constant-values.html -rw-r--r-- 1 busbey staff 7.5K Sep 13 19:38 deprecated-list.html -rw-r--r-- 1 busbey staff 8.6K Sep 13 19:38 help-doc.html -rw-r--r-- 1 busbey staff 870K Sep 13 19:38 index-all.html -rw-r--r-- 1 busbey staff 2.7K Sep 13 19:38 index.html drwxr-xr-x 3 busbey staff 102B Sep 13 19:37 org -rw-r--r-- 1 busbey staff 6.1K Sep 13 19:38 overview-frame.html -rw-r--r-- 1 busbey staff 12K Sep 13 19:38 overview-summary.html -rw-r--r-- 1 busbey staff 108K Sep 13 19:38 overview-tree.html -rw-r--r-- 1 busbey staff 1.5K Sep 13 19:38 package-list drwxr-xr-x 6 busbey staff 204B Sep 13 19:38 resources -rw-r--r-- 1 busbey staff 39K Sep 13 19:38 serialized-form.html -rw-r--r-- 1 busbey staff 11K Sep 13 19:38 stylesheet.css busbey2-MBA:unpack busbey$ vim META-INF/LICENSE busbey2-MBA:unpack busbey$ find . -name jquery* busbey2-MBA:unpack busbey$ grep -i "jquery" META-INF/LICENSE This product bundles JQuery * http://jquery.org/license jquery.pie.js jquery.flot.resize.js * jQuery resize event - v1.1 - 3/14/2010 * http://benalman.com/projects/jquery-resize-plugin/ {code} > correct license and notice files in javadoc jars > ------------------------------------------------ > > Key: ACCUMULO-3993 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3993 > Project: Accumulo > Issue Type: Sub-task > Components: build > Reporter: Sean Busbey > Assignee: Josh Elser > Fix For: 1.5.4, 1.6.4, 1.7.1, 1.8.0 > > > see parent issue for details -- This message was sent by Atlassian JIRA (v6.3.4#6332)