Set default maven configurations in pom configuration, fixes #1380

This commit is contained in:
Philippus 2018-08-05 09:25:33 +02:00
parent ad346f529a
commit 15e6cdfd68
No known key found for this signature in database
GPG Key ID: 5C0AE9D9F7BC0247
1 changed files with 2 additions and 1 deletions

View File

@ -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,