You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/02/02 13:19:51 UTC

[incubator-plc4x] branch master updated: PLC4X-25 - Remove developer activity page from website?

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new ab7bc2d  PLC4X-25 - Remove developer activity page from website?
ab7bc2d is described below

commit ab7bc2dcd67c6be0a99d4798f32d16675a15e8aa
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Feb 2 14:19:48 2018 +0100

    PLC4X-25 - Remove developer activity page from website?
    
    - Explicitly configured only those reports we need.
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 71ded86..71c035f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,6 +816,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changelog-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changelog</report>
+              <report>file-activity</report>
+            </reports>
+          </reportSet>
+        </reportSets>
         <configuration>
           <!-- Automatically link Jira issues -->
           <issueLinkUrl>https://issues.apache.org/jira/browse/%ISSUE%</issueLinkUrl>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.