File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 89
89
</dependency >
90
90
</dependencies >
91
91
</dependencyManagement >
92
-
93
- <profiles >
94
- <profile >
95
- <id >proxy</id >
96
- <activation >
97
- <property >
98
- <name >proxyHost</name >
99
- </property >
100
- </activation >
101
- <build >
102
- <pluginManagement >
103
- <plugins >
104
- <plugin >
105
- <groupId >org.apache.maven.plugins</groupId >
106
- <artifactId >maven-surefire-plugin</artifactId >
107
- <configuration >
108
- <systemPropertyVariables >
109
- <proxyHost >${proxyHost} </proxyHost >
110
- <proxyPort >${proxyPort} </proxyPort >
111
- <proxyUser >${proxyUser} </proxyUser >
112
- <proxyPassword >${proxyPassword} </proxyPassword >
113
- <jdk .http.auth.tunneling.disabledSchemes></jdk .http.auth.tunneling.disabledSchemes>
114
- </systemPropertyVariables >
115
- </configuration >
116
- </plugin >
117
- </plugins >
118
- </pluginManagement >
119
- </build >
120
- </profile >
121
- </profiles >
122
92
</project >
You can’t perform that action at this time.
0 commit comments