Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-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 27F57180EA for ; Sat, 28 Nov 2015 23:29:39 +0000 (UTC) Received: (qmail 94184 invoked by uid 500); 28 Nov 2015 23:29:39 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 94141 invoked by uid 500); 28 Nov 2015 23:29:39 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 94125 invoked by uid 99); 28 Nov 2015 23:29:39 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2015 23:29:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 58B651A2663 for ; Sat, 28 Nov 2015 23:29:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1NkerAZqJ8lP for ; Sat, 28 Nov 2015 23:29:24 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id EC03842AA6 for ; Sat, 28 Nov 2015 23:29:23 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6655EE071D for ; Sat, 28 Nov 2015 23:29:23 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 307AF3A0A1F for ; Sat, 28 Nov 2015 23:29:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r973870 [2/17] - in /websites/production/commons/content/proper/commons-build-plugin: ./ css/ images/ img/ js/ Date: Sat, 28 Nov 2015 23:29:22 -0000 To: notifications@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151128232923.307AF3A0A1F@svn01-us-west.apache.org> Added: websites/production/commons/content/proper/commons-build-plugin/contributing-md.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/contributing-md.html (added) +++ websites/production/commons/content/proper/commons-build-plugin/contributing-md.html Sat Nov 28 23:29:21 2015 @@ -0,0 +1,396 @@ + + + + + + + + + + Commons Build Plugin – Generating CONTRIBUTING.md + + + + + + + + + + + + + + + + + + + Apache Commons logo + +
+ + + +
+ + + + + +
+ + + + + +
+

commons:contributing-md

+ + +
+

Overview

+ +

+ The commons:contributing-md goal generates a CONTRIBUTING.md file for a component. + Execute the goal using the following command:

+
+
mvn commons:contributing-md
+ + + +

+ Note: The CONTRIBUTING.md only needs to be generated once or if the template changes. +

+ + +

+ This goal uses the following: +

+ + +
+ + +
+

Configuration

+ +

+ To generate a CONTRIBUTING.md, the following properties are configured in the component's pom.xml +

+
    + +
  • commons.jira.id - JIRA's external (upper case) project id for the component
  • +
+ + +

+ Example configuration for Commons Chain: +

+
+
+    <properties>
+        <commons.jira.id>CHAIN</commons.jira.id>
+    </properties>
+
+ +
+ +
+ + + +
+
+ + + + + Propchange: websites/production/commons/content/proper/commons-build-plugin/contributing-md.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-build.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-build.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-build.html Sat Nov 28 23:29:21 2015 @@ -1,209 +1,296 @@ - - - + + - - - Copy NOTICE and LICENSE files to javadoc jar - - - - + + + + - - - + Commons Build Plugin – Copy NOTICE and LICENSE files to javadoc jar + + + + + + + + + + + + + - - - - -
- + + Modified: websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-mojo.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-mojo.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/copy-javadoc-files-mojo.html Sat Nov 28 23:29:21 2015 @@ -1,208 +1,295 @@ - - - + + - - - commons:copy-javadoc-files - - - + + + - - - + Commons Build Plugin – commons:copy-javadoc-files + + + + + + + + + + + + + - - - - -
- + +