Skip to content

Commit bbfea44

Browse files
committed
Rely on proxy env variables instead.
1 parent cc0079f commit bbfea44

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

java-components/build-request-processor/src/main/java/com/redhat/hacbs/container/build/preprocessor/AbstractPreprocessor.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,6 @@ private String getMavenSetup() {
242242
<mirrorOf>*</mirrorOf>
243243
</mirror>
244244
</mirrors>
245-
<proxies>
246-
<proxy>
247-
<id>domain-proxy</id>
248-
<active>true</active>
249-
<protocol>http</protocol>
250-
<host>localhost</host>
251-
<port>8080</port>
252-
</proxy>
253-
</proxies>
254245
EOF
255246
else
256247
cat >${HOME}/.m2/settings.xml <<EOF

0 commit comments

Comments
 (0)