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 <[email protected]> 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 [email protected].
