Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C9CA200BC2 for ; Thu, 17 Nov 2016 15:47:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4B614160AFF; Thu, 17 Nov 2016 14:47:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72989160B0F for ; Thu, 17 Nov 2016 15:46:59 +0100 (CET) Received: (qmail 99973 invoked by uid 500); 17 Nov 2016 14:46:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 99873 invoked by uid 99); 17 Nov 2016 14:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 14:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 60CCB2C4C74 for ; Thu, 17 Nov 2016 14:46:58 +0000 (UTC) Date: Thu, 17 Nov 2016 14:46:58 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (RNG-23) Towards version 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 14:47:00 -0000 [ https://issues.apache.org/jira/browse/RNG-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated RNG-23: ---------------------- Description: Codebase has been split into several maven modules (in branch "multimodule"). The following check-list supersedes issue RNG-6: (x) Web site (i.e. contents of directory "site-content") should not be duplicated in each module (/) Userguide must be moved to the "top-level" (i.e. out of "commons-rng-core") (/) Review Javadoc of each module (x) Update the userguide - (x) Describe each module (/) Review "OSGi" configuration ("internal" classes must now be accessible as other modules depend on them) (x) Review "commons-rng-jmh/pom.xml" (and document how to run the benchmark) (x) Review "commons-rng-examples/pom.xml" (and document how to run the examples) (x) Check "Jenkins" configuration (x) Check "travis" configuration (x) Check "coveralls" configuration (full coverage is now split between the "core" and "simple" modules) (/) Enable Jacoco (x) Update "doc/release/release.howto.txt" (x) Ensure that the "commons-rng-build-tools" module is acceptable (wrt Commons release policy) - (x) Should this module appear on the web site, or is it purely "internal"? (x) Fix maven warning: {noformat} WARNING] Some problems were encountered while building the effective model for org.apache.commons:commons-rng-client-api:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.codehaus.mojo:clirr-maven-plugin @ org.apache.commons:commons-rng:1.0-SNAPSHOT, /home/eran/devel/java/apache/commons-rng/trunk/pom.xml, line 238, column 15 {noformat} (/) Specific web pages for each module: - (/) Client API - (/) Core - (/) Simple - (!) JMH (not necessary ATM) - (!) Examples (not necessary ATM) (x) Fix "CheckStyle" errors - (/) Client API - (/) Core - (/) Simple - (x) JMH (generated code must be excluded from the report) - (/) Examples - (x) Sampling (x) ... was: Codebase has been split into several maven modules (in branch "multimodule"). The following check-list supersedes issue RNG-6: (x) Web site (i.e. contents of directory "site-content") should not be duplicated in each module (/) Userguide must be moved to the "top-level" (i.e. out of "commons-rng-core") (/) Review Javadoc of each module (x) Update the userguide - (x) Describe each module (/) Review "OSGi" configuration ("internal" classes must now be accessible as other modules depend on them) (x) Review "commons-rng-jmh/pom.xml" (and document how to run the benchmark) (x) Review "commons-rng-examples/pom.xml" (and document how to run the examples) (x) Check "Jenkins" configuration (x) Check "travis" configuration (x) Check "coveralls" configuration (full coverage is now split between the "core" and "simple" modules) (x) Update "doc/release/release.howto.txt" (x) Ensure that the "commons-rng-build-tools" module is acceptable (wrt Commons release policy) - (x) Should this module appear on the web site, or is it purely "internal"? (x) Fix maven warning: {noformat} WARNING] Some problems were encountered while building the effective model for org.apache.commons:commons-rng-client-api:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.codehaus.mojo:clirr-maven-plugin @ org.apache.commons:commons-rng:1.0-SNAPSHOT, /home/eran/devel/java/apache/commons-rng/trunk/pom.xml, line 238, column 15 {noformat} (/) Specific web pages for each module: - (/) Client API - (/) Core - (/) Simple - (!) JMH (not necessary ATM) - (!) Examples (not necessary ATM) (x) Fix "CheckStyle" errors - (/) Client API - (/) Core - (/) Simple - (x) JMH (generated code must be excluded from the report) - (/) Examples (x) ... > Towards version 1.0 > ------------------- > > Key: RNG-23 > URL: https://issues.apache.org/jira/browse/RNG-23 > Project: Commons RNG > Issue Type: Task > Reporter: Gilles > Labels: build-tools, documentation, modularization, release, review > Fix For: 1.0 > > > Codebase has been split into several maven modules (in branch "multimodule"). > The following check-list supersedes issue RNG-6: > (x) Web site (i.e. contents of directory "site-content") should not be duplicated in each module > (/) Userguide must be moved to the "top-level" (i.e. out of "commons-rng-core") > (/) Review Javadoc of each module > (x) Update the userguide > - (x) Describe each module > (/) Review "OSGi" configuration ("internal" classes must now be accessible as other modules depend on them) > (x) Review "commons-rng-jmh/pom.xml" (and document how to run the benchmark) > (x) Review "commons-rng-examples/pom.xml" (and document how to run the examples) > (x) Check "Jenkins" configuration > (x) Check "travis" configuration > (x) Check "coveralls" configuration (full coverage is now split between the "core" and "simple" modules) > (/) Enable Jacoco > (x) Update "doc/release/release.howto.txt" > (x) Ensure that the "commons-rng-build-tools" module is acceptable (wrt Commons release policy) > - (x) Should this module appear on the web site, or is it purely "internal"? > (x) Fix maven warning: > {noformat} > WARNING] Some problems were encountered while building the effective model for org.apache.commons:commons-rng-client-api:jar:1.0-SNAPSHOT > [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.codehaus.mojo:clirr-maven-plugin @ org.apache.commons:commons-rng:1.0-SNAPSHOT, /home/eran/devel/java/apache/commons-rng/trunk/pom.xml, line 238, column 15 > {noformat} > (/) Specific web pages for each module: > - (/) Client API > - (/) Core > - (/) Simple > - (!) JMH (not necessary ATM) > - (!) Examples (not necessary ATM) > (x) Fix "CheckStyle" errors > - (/) Client API > - (/) Core > - (/) Simple > - (x) JMH (generated code must be excluded from the report) > - (/) Examples > - (x) Sampling > (x) ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)