You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/06 12:44:27 UTC

[archiva-redback-core] 01/02: Fixing jxr config

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit f40c61e66457c38cc0a0a5bbe9957d3641caf7e6
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun May 6 14:43:50 2018 +0200

    Fixing jxr config
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c6a29c..bf99315 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,6 +750,7 @@
             <exclude>patch.diff</exclude>
             <exclude>.repository</exclude>
             <exclude>.travis.yml</exclude>
+            <exclude>.repository/**</exclude>
             <!-- Netbeans files -->
             <exclude>nb-configuration.xml</exclude>
             <exclude>Jenkinsfile</exclude>
@@ -803,9 +804,14 @@
         <artifactId>maven-jxr-plugin</artifactId>
         <version>${jxrVersion}</version>
         <inherited>false</inherited>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

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