1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Emmanuel Bourg <ebourg@apache.org>
Date: Sun, 1 Nov 2020 19:17:42 +0100
Subject: Don't include hamcrest in the Javadoc (the source artifact isn't
available)
Forwarded: not-needed
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/junit4/pom.xml
+++ b/junit4/pom.xml
@@ -314,7 +314,7 @@
<minmemory>32m</minmemory>
<maxmemory>128m</maxmemory>
<failOnError>true</failOnError>
- <includeDependencySources>true</includeDependencySources>
+ <includeDependencySources>false</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.hamcrest:hamcrest-core:*</dependencySourceInclude>
</dependencySourceIncludes>
@@ -437,7 +437,7 @@
<minmemory>32m</minmemory>
<maxmemory>128m</maxmemory>
<failOnError>true</failOnError>
- <includeDependencySources>true</includeDependencySources>
+ <includeDependencySources>false</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.hamcrest:hamcrest-core:*</dependencySourceInclude>
</dependencySourceIncludes>
|