jira-importer commented on issue #549: URL: https://github.com/apache/maven-deploy-plugin/issues/549#issuecomment-2771550889
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Funny thing, was logically broken from begin with. It have been non-greedy matching then it would have failed much much earlier. Instead of `(.+)::(.+)` it should have been `(.+?)::(.+)` which does produce with `$1 => $2` `blabla => default::https://` instead of `blabla::default => https://`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
