@echo OFF
REM see also:
REM https://qna.habr.com/q/1091484
set ARCHIVE=%1
if %ARCHIVE%.==. set ARCHIVE=a.zip
set TMPLOG=%temp%\a.txt
set FOLDER=%2
if %FOLDER%.==. set FOLDER=obj
copy NUL %TMPLOG%
"c:\Program Files\7-Zip\7z.exe" l %ARCHIVE% | findstr "%FOLDER%$" >> %TMPLOG%
for /F "tokens=1,2,3,4,5,6" %%i in ('type %TMPLOG%') do "c:\Program Files\7-Zip\7z.exe" x %ARCHIVE% %%n
del /q %TMPLOG%
driver = webdriver.Remote( command_executor = hub, desired_capabilities = DesiredCapabilities.CHROME, options=options,)
hub = 'http://{}:4444/wd/hub'.format(host)
hub = 'http://{}:4444'.format(host)
wd/hub
)hub = 'http://{}:{}@hub-cloud.browserstack.com/wd/hub'.format(user,password)
'hub = 'http://{}:{}@ondemand.saucelabs.com:80/wd/hub'.format(user,password)
echo VAR=value>env.txt
docker run -it --env-file=$(pwd)/env.txt alpine:3.9 sh
/ # echo $VAR
value
<dependency>
<groupId>example</groupId>
<artifactId>rabbitmq-appender</artifactId>
<version>${rabbitmq-appender.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/example.rabbitmq-appender-${rabbitmq-appender.version}.jar</systemPath>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
не ждите милостей от природы и просто
если помогло - я положу в ответы вы отметите решением