/
githubmirror
/
alluxio
Обзор
Документация
Войти
/
githubmirror
/
alluxio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
dev/intellij/runConfigurations/FileSystemShell.xml
30 строк
1 KB
XiChen
Fix intellij config
19 фев 2022, 09:46
Не верифицирован
19 фев 2022, 09:46
a07f8d3
Код
Авторство
О чём код?
<!-- The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 (the "License"). You may not use this work except in compliance with the License, which is available at www.apache.org/licenses/LICENSE-2.0 This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, as more fully set forth in the License. See the NOTICE file distributed with this work for information regarding copyright ownership. --> <component name="ProjectRunConfigurationManager"> <configuration default="false" name="FileSystemShell" type="Application" factoryName="Application" nameIsGenerated="true"> <option name="INCLUDE_PROVIDED_SCOPE" value="true" /> <option name="MAIN_CLASS_NAME" value="alluxio.cli.fs.FileSystemShell" /> <module name="alluxio-shell" /> <option name="PROGRAM_PARAMETERS" value="ls /" /> <option name="VM_PARAMETERS" value="-Xbootclasspath/a:$PROJECT_DIR$/conf -Dalluxio.logger.type=Console -Dalluxio.home=$PROJECT_DIR$" /> <extension name="coverage"> <pattern> <option name="PATTERN" value="alluxio.cli.fs.*" /> <option name="ENABLED" value="true" /> </pattern> </extension> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> </component>