Actions
Bug #9020
closedBug #9000: [rudder-packages] Maven does not honor PROXY settings during build
Fix typo of missing backslash introduced in #9000
Pull Request:
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