File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
its/core-it-suite/src/test/resources-filtered Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -20,44 +20,33 @@ under the License.
20
20
-->
21
21
22
22
<!--
23
- These settings are meant for ITs that download artifacts from remote servers. In general, ITs should use stub
24
- plugins/artifacts from test repos so use of these settings should be the exceptional case, not the default.
23
+ These settings are meant for ITs that don't download artifacts from remote servers, i.e. ITs that either use their
24
+ own test repos or can employ the local repository (after bootstrapping). This configuration uses a file: URL to
25
+ "central" to avoid needless network access for files knowingly not present externally.
25
26
-->
26
27
27
28
<settings >
28
- <proxies >
29
- <proxy >
30
- <id >it-proxy</id >
31
- <active >${proxy.active}</active >
32
- <protocol >${proxy.type}</protocol >
33
- <host >${proxy.host}</host >
34
- <port >${proxy.port}</port >
35
- <username >${proxy.user}</username >
36
- <password >${proxy.pass}</password >
37
- <nonProxyHosts >${proxy.nonProxyHosts}</nonProxyHosts >
38
- </proxy >
39
- </proxies >
40
29
<profiles >
41
30
<profile >
42
31
<id >it-defaults</id >
43
32
<repositories >
44
33
<repository >
45
34
<id >central</id >
46
35
<name >Apache Maven Integration Testing Repository</name >
47
- <url >${maven.it.central} </url >
36
+ <url >file:target/null </url >
48
37
<releases >
49
38
<enabled >true</enabled >
50
39
</releases >
51
40
<snapshots >
52
- <enabled >true </enabled >
41
+ <enabled >false </enabled >
53
42
</snapshots >
54
43
</repository >
55
44
</repositories >
56
45
<pluginRepositories >
57
46
<pluginRepository >
58
47
<id >central</id >
59
48
<name >Apache Maven Integration Testing Repository</name >
60
- <url >${maven.it.central} </url >
49
+ <url >file:target/null </url >
61
50
<releases >
62
51
<enabled >true</enabled >
63
52
</releases >
You can’t perform that action at this time.
0 commit comments