|
@@ -46,15 +46,15 @@ def customizePom(pom, gradleProject) {
|
|
|
packaging = "war"
|
|
|
}
|
|
|
description = gradleProject.name
|
|
|
- url = 'http://spring.io/spring-security'
|
|
|
+ url = 'https://spring.io/spring-security'
|
|
|
organization {
|
|
|
name = 'spring.io'
|
|
|
- url = 'http://spring.io/'
|
|
|
+ url = 'https://spring.io/'
|
|
|
}
|
|
|
licenses {
|
|
|
license {
|
|
|
name 'The Apache Software License, Version 2.0'
|
|
|
- url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
|
+ url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
|
distribution 'repo'
|
|
|
}
|
|
|
}
|
|
@@ -106,7 +106,7 @@ def customizePom(pom, gradleProject) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property
|
|
|
+ // https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property
|
|
|
pom.withXml {
|
|
|
def plugins = asNode().appendNode('build').appendNode('plugins')
|
|
|
plugins
|