[java-parent-project-v3] 03/04: INFRA-86 - Disable dependency details when generating the site.
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 30 13:14:47 EDT 2015
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
commit 81051be80e386c22dbf8c55b0ddda3f44a9ddb4b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Oct 30 11:52:24 2015 -0500
INFRA-86 - Disable dependency details when generating the site.
Disable retrieval of remote dependency details in order to speed up
Jenkins builds.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 955771d..95417b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,6 +697,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.8.1</version>
+ <configuration>
+ <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+ <dependencyLocationEnabled>false</dependencyLocationEnabled>
+ </configuration>
<reportSets>
<reportSet>
<reports>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list