SBT - 无效的系统属性'sbt.repository.config'

时间:2017-01-23 21:08:35

标签: scala build sbt nexus

我正在尝试构建SBT项目,我从内部存储库中提取依赖项。我按照post来设置repo.properties& stbconfig.txt。以下是这些文件的内容 -
stbconfix.txt - enter image description here

repo.properties -

enter image description here

完成上述所有步骤后,SBT应该自动从内部存储库中提取依赖项,但事实并非如此。 在那之后,我试图在命令行中传递repo.properties路径,但它也抛出错误 - enter image description here

不知道为什么抱怨'sbt.repository.config'的系统属性无效。非常感谢任何帮助。

注意 - 我尝试升级SBT并安装2-3次。我目前在SBT 0.13.13。

1 个答案:

答案 0 :(得分:0)

在运行sbt:

之前,尝试将所需属性添加到SBT_OPTS环境变量
SET SBT_OPTS=-Dsbt.repository.config="your repo.properties path here"
sbt