mirror of https://github.com/sbt/sbt.git
Set default maven configurations in pom configuration, fixes #1380
This commit is contained in:
parent
ad346f529a
commit
15e6cdfd68
|
|
@ -2031,7 +2031,8 @@ object Classpaths {
|
|||
.withExtra(pomExtra.value)
|
||||
.withProcess(pomPostProcess.value)
|
||||
.withFilterRepositories(pomIncludeRepository.value)
|
||||
.withAllRepositories(pomAllRepositories.value),
|
||||
.withAllRepositories(pomAllRepositories.value)
|
||||
.withConfigurations(Configurations.defaultMavenConfigurations),
|
||||
makeIvyXmlConfiguration := {
|
||||
makeIvyXmlConfig(
|
||||
publishMavenStyle.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue