File: junit4-exclude-dependency-sources.patch

package info (click to toggle)
jtreg7 7.5.2%2B1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,328 kB
  • sloc: java: 409,257; xml: 8,266; sh: 1,966; ansic: 1,084; exp: 689; makefile: 387; javascript: 162; cpp: 120
file content (30 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (3)
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>