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 A4D36180A4 for ; Wed, 16 Dec 2015 19:07:47 +0000 (UTC) Received: (qmail 56488 invoked by uid 500); 16 Dec 2015 19:07:47 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 56445 invoked by uid 500); 16 Dec 2015 19:07:47 -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 56405 invoked by uid 99); 16 Dec 2015 19:07:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 19:07:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0EE1A2C1F56 for ; Wed, 16 Dec 2015 19:07:47 +0000 (UTC) Date: Wed, 16 Dec 2015 19:07:47 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4076) Remove generated javadocs from docs/ 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-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060558#comment-15060558 ] Christopher Tubbs commented on ACCUMULO-4076: --------------------------------------------- Strange. It looks like the default location for {{javadoc:aggregate}} is actually target/site/apidocs. *shrug*, that's fine with me. > Remove generated javadocs from docs/ > ------------------------------------ > > Key: ACCUMULO-4076 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4076 > Project: Accumulo > Issue Type: Sub-task > Components: build > Reporter: Josh Elser > Assignee: Christopher Tubbs > Fix For: 1.6.5, 1.7.1, 1.8.0 > > > In running some preliminary Yetus-driven tests, it was found (with the help of [~aw]!) that we still dump the generate javadocs into docs/ instead of something like docs/target. This caused Yetus to get a bit confused when computing the effective diff of some patch being tested as suddenly there were tons of changes from the original repository. > We stopped bundling the javadocs in our tarballs a while back (which, in talking with [~ctubbsii] on IRC) is probably why they went to this non-standard location. > We should make sure our generated javadocs are being put in a sane location, likely the default location for the maven plugin itself is sufficient and update the docs with any amended steps. -- This message was sent by Atlassian JIRA (v6.3.4#6332)