Project

General

Profile

Actions

Bug #9020

closed

Bug #9000: [rudder-packages] Maven does not honor PROXY settings during build

Fix typo of missing backslash introduced in #9000

Added by Janos Mattyasovszky over 7 years ago. Updated over 7 years ago.

Status:
Released
Priority:
N/A
Assignee:
-
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In #9000 there is a backslash missing in the Makefile:

 MAVEN_PROXY := $(if $(PROXY), $(shell echo "$(PROXY)" |  perl -ne ' \
     if (m|(https?)://(?:([^:@]+)(?::([^@]+))?\@)?([^:/]+)(?::([0-9]+))?|) { \
-        chomp;
+        chomp; \
         my $$proto = "<protocol>$$1</protocol>"; \
         my $$user = defined($$2) ? "<username>$$2</username>" : ""; \
Actions

Also available in: Atom PDF